#AD4A25

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

Shades of Rose Of Sharon #AD4A25

Tints of Rose Of Sharon #AD4A25

Color information

#AD4A25 (or 0xAD4A25) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 4A and 25. RGB value is (173,74,37). Sum of RGB (Red+Green+Blue) = 173+74+37=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A25 is #52B5DA. Grayscale: #636363. Windows color (decimal): -5420507 or 2443949. OLE color: 2443949.

HSL color Cylindrical-coordinate representation of color #AD4A25: hue angle of 16.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD4A25 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1737437-
CMYK00.570.790.32
HSL16.32º64.76%41.18%-
HSV(B)16.32º78.61%67.84%-
XYZ20.0213.923.38-
YUV99.3892.8180.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.92%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=60.92%
G=26.06%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173743700.570.790.3216.3264.7641.18
HexAD4A250394F20104129
Octal25511245071117402010151
Binary10101101100101010010101110011001111100000100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4A25; }

 p { color: rgb(173,74,37); }

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

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

 a { background-color: rgb(173,74,37); }

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

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

 span { border-color: rgb(173,74,37); }

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