#AB3A5F

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

Shades of Rouge #AB3A5F

Tints of Rouge #AB3A5F

Color information

#AB3A5F (or 0xAB3A5F) is unknown color: approx Rouge. HEX triplet: AB, 3A and 5F. RGB value is (171,58,95). Sum of RGB (Red+Green+Blue) = 171+58+95=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A5F is #54C5A0. Grayscale: #5F5F5F. Windows color (decimal): -5555617 or 6240939. OLE color: 6240939.

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

Color convert

RGB1715895-
CMYK00.660.440.33
HSL340.35º49.34%44.9%-
HSV(B)340.35º66.08%67.06%-
XYZ20.3712.5112.17-
YUV96127.44181.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=52.78%
G=17.90%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171589500.660.440.33340.3549.3444.9
HexAB3A5F0422C21154312d
Octal25372137010254415246155
Binary10101011111010101111101000010101100100001101010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A5F; }

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

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

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

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

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

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

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

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