#AD2949

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

Shades of Old Rose #AD2949

Tints of Old Rose #AD2949

Color information

#AD2949 (or 0xAD2949) is unknown color: approx Old Rose. HEX triplet: AD, 29 and 49. RGB value is (173,41,73). Sum of RGB (Red+Green+Blue) = 173+41+73=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2949 is #52D6B6. Grayscale: #545454. Windows color (decimal): -5428919 or 4794797. OLE color: 4794797.

HSL color Cylindrical-coordinate representation of color #AD2949: hue angle of 345.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2949 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1734173-
CMYK00.760.580.32
HSL345.45º61.68%41.96%-
HSV(B)345.45º76.3%67.84%-
XYZ19.2310.957.4-
YUV84.12121.73191.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=60.28%
G=14.29%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173417300.760.580.32345.4561.6841.96
HexAD294904C3A201593e2a
Octal25551111011472405317652
Binary10101101101001100100101001100111010100000101011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2949; }

 p { color: rgb(173,41,73); }

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

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

 a { background-color: rgb(173,41,73); }

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

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

 span { border-color: rgb(173,41,73); }

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