#AB3762

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

Shades of Rouge #AB3762

Tints of Rouge #AB3762

Color information

#AB3762 (or 0xAB3762) is unknown color: approx Rouge. HEX triplet: AB, 37 and 62. RGB value is (171,55,98). Sum of RGB (Red+Green+Blue) = 171+55+98=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3762 is #54C89D. Grayscale: #5E5E5E. Windows color (decimal): -5556382 or 6436779. OLE color: 6436779.

HSL color Cylindrical-coordinate representation of color #AB3762: hue angle of 337.76º 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 #AB3762 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1715598-
CMYK00.680.430.33
HSL337.76º51.33%44.31%-
HSV(B)337.76º67.84%67.06%-
XYZ20.3712.2712.85-
YUV94.59129.93182.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=52.78%
G=16.98%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171559800.680.430.33337.7651.3344.31
HexAB37620442B21152332c
Octal25367142010453415226354
Binary10101011110111110001001000100101011100001101010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3762; }

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

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

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

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

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

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

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

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