#AB395F

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

Shades of Rouge #AB395F

Tints of Rouge #AB395F

Color information

#AB395F (or 0xAB395F) is unknown color: approx Rouge. HEX triplet: AB, 39 and 5F. RGB value is (171,57,95). Sum of RGB (Red+Green+Blue) = 171+57+95=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395F is #54C6A0. Grayscale: #5F5F5F. Windows color (decimal): -5555873 or 6240683. OLE color: 6240683.

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

Color convert

RGB1715795-
CMYK00.670.440.33
HSL340º50%44.71%-
HSV(B)340º66.67%67.06%-
XYZ20.3212.4112.15-
YUV95.42127.77181.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=52.94%
G=17.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579500.670.440.333405044.71
HexAB395F0432C21154322d
Octal25371137010354415246255
Binary10101011111001101111101000011101100100001101010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB395F; }

 p { color: rgb(171,57,95); }

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

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

 a { background-color: rgb(171,57,95); }

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

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

 span { border-color: rgb(171,57,95); }

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