#AB3142

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

Shades of Old Rose #AB3142

Tints of Old Rose #AB3142

Color information

#AB3142 (or 0xAB3142) is unknown color: approx Old Rose. HEX triplet: AB, 31 and 42. RGB value is (171,49,66). Sum of RGB (Red+Green+Blue) = 171+49+66=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3142 is #54CEBD. Grayscale: #575757. Windows color (decimal): -5557950 or 4338091. OLE color: 4338091.

HSL color Cylindrical-coordinate representation of color #AB3142: hue angle of 351.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3142 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1714966-
CMYK00.710.610.33
HSL351.64º55.45%43.14%-
HSV(B)351.64º71.35%67.06%-
XYZ18.8811.256.33-
YUV87.42115.92187.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=59.79%
G=17.13%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171496600.710.610.33351.6455.4543.14
HexAB31420473D21160372b
Octal25361102010775415406753
Binary10101011110001100001001000111111101100001101100000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3142; }

 p { color: rgb(171,49,66); }

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

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

 a { background-color: rgb(171,49,66); }

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

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

 span { border-color: rgb(171,49,66); }

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