#AB385C

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

Shades of Rouge #AB385C

Tints of Rouge #AB385C

Color information

#AB385C (or 0xAB385C) is unknown color: approx Rouge. HEX triplet: AB, 38 and 5C. RGB value is (171,56,92). Sum of RGB (Red+Green+Blue) = 171+56+92=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385C is #54C7A3. Grayscale: #5E5E5E. Windows color (decimal): -5556132 or 6043819. OLE color: 6043819.

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

Color convert

RGB1715692-
CMYK00.670.460.33
HSL341.22º50.66%44.51%-
HSV(B)341.22º67.25%67.06%-
XYZ20.1412.2611.43-
YUV94.49126.6182.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=53.61%
G=17.55%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171569200.670.460.33341.2250.6644.51
HexAB385C0432E21155332d
Octal25370134010356415256355
Binary10101011111000101110001000011101110100001101010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB385C; }

 p { color: rgb(171,56,92); }

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

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

 a { background-color: rgb(171,56,92); }

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

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

 span { border-color: rgb(171,56,92); }

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