#AB376A

Color #AB376A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB376A

Tints of Rouge #AB376A

Color information

#AB376A (or 0xAB376A) is unknown color: approx Rouge. HEX triplet: AB, 37 and 6A. RGB value is (171,55,106). Sum of RGB (Red+Green+Blue) = 171+55+106=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB376A is #54C895. Grayscale: #5F5F5F. Windows color (decimal): -5556374 or 6961067. OLE color: 6961067.

HSL color Cylindrical-coordinate representation of color #AB376A: hue angle of 333.62º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB376A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17155106-
CMYK00.680.380.33
HSL333.62º51.33%44.31%-
HSV(B)333.62º67.84%67.06%-
XYZ20.7612.4314.94-
YUV95.5133.93181.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=51.51%
G=16.57%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715510600.680.380.33333.6251.3344.31
HexAB376A044262114e332c
Octal25367152010446415166354
Binary10101011110111110101001000100100110100001101001110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB376A; }

 p { color: rgb(171,55,106); }

 H1.HeaderClassName
 {
   color: #AB376A;
 }
 .AnyTagClassName
 {
   color: #AB376A;
 }
</style>
background-color css

<style>
 a { background-color: #AB376A; }

 a { background-color: rgb(171,55,106); }

 div.DivClassName
 {
   background-color: #AB376A;
 }
 .BgClassName
 {
   background-color: #AB376A;
 }
</style>
border-color css

<style>
 span { border-color: #AB376A; }

 span { border-color: rgb(171,55,106); }

 td.TdClassName
 {
   border-color: #AB376A;
 }
 .TagClassName
 {
   border-color: #AB376A;
 }
</style>