#AB2942

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

Shades of Old Rose #AB2942

Tints of Old Rose #AB2942

Color information

#AB2942 (or 0xAB2942) is unknown color: approx Old Rose. HEX triplet: AB, 29 and 42. RGB value is (171,41,66). Sum of RGB (Red+Green+Blue) = 171+41+66=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2942 is #54D6BD. Grayscale: #525252. Windows color (decimal): -5559998 or 4336043. OLE color: 4336043.

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

Color convert

RGB1714166-
CMYK00.760.610.33
HSL348.46º61.32%41.57%-
HSV(B)348.46º76.02%67.06%-
XYZ18.5710.646.23-
YUV82.72118.57190.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=61.51%
G=14.75%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171416600.760.610.33348.4661.3241.57
HexAB294204C3D2115c3d2a
Octal25351102011475415347552
Binary10101011101001100001001001100111101100001101011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2942; }

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

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

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

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

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

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

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

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