#AD4929

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

Shades of Rose Of Sharon #AD4929

Tints of Rose Of Sharon #AD4929

Color information

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

HSL color Cylindrical-coordinate representation of color #AD4929: hue angle of 14.55º 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 #AD4929 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1737341-
CMYK00.580.760.32
HSL14.55º61.68%41.96%-
HSV(B)14.55º76.3%67.84%-
XYZ20.0213.813.71-
YUV99.2595.13180.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173734100.580.760.3214.5561.6841.96
HexAD492903A4C20f3e2a
Octal2551115107211440177652
Binary101011011001001101001011101010011001000001111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4929; }

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

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

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

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

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

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

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

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