#AD4325

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

Shades of Rose Of Sharon #AD4325

Tints of Rose Of Sharon #AD4325

Color information

#AD4325 (or 0xAD4325) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 43 and 25. RGB value is (173,67,37). Sum of RGB (Red+Green+Blue) = 173+67+37=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4325 is #52BCDA. Grayscale: #5F5F5F. Windows color (decimal): -5422299 or 2442157. OLE color: 2442157.

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

Color convert

RGB1736737-
CMYK00.610.790.32
HSL13.24º64.76%41.18%-
HSV(B)13.24º78.61%67.84%-
XYZ19.5713.033.23-
YUV95.2795.12183.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=62.45%
G=24.19%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173673700.610.790.3213.2464.7641.18
HexAD432503D4F20d4129
Octal25510345075117401510151
Binary1010110110000111001010111101100111110000011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4325; }

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

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

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

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

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

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

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

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