#AB385B

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

Shades of Rouge #AB385B

Tints of Rouge #AB385B

Color information

#AB385B (or 0xAB385B) is unknown color: approx Rouge. HEX triplet: AB, 38 and 5B. RGB value is (171,56,91). Sum of RGB (Red+Green+Blue) = 171+56+91=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385B is #54C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5556133 or 5978283. OLE color: 5978283.

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

Color convert

RGB1715691-
CMYK00.670.470.33
HSL341.74º50.66%44.51%-
HSV(B)341.74º67.25%67.06%-
XYZ20.112.2411.2-
YUV94.38126.1182.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=53.77%
G=17.61%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171569100.670.470.33341.7450.6644.51
HexAB385B0432F21156332d
Octal25370133010357415266355
Binary10101011111000101101101000011101111100001101010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB385B; }

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

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

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

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

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

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

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

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