#AD4B25

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

Shades of Rose Of Sharon #AD4B25

Tints of Rose Of Sharon #AD4B25

Color information

#AD4B25 (or 0xAD4B25) is unknown color: approx Rose Of Sharon. HEX triplet: AD, 4B and 25. RGB value is (173,75,37). Sum of RGB (Red+Green+Blue) = 173+75+37=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B25 is #52B4DA. Grayscale: #646464. Windows color (decimal): -5420251 or 2444205. OLE color: 2444205.

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

Color convert

RGB1737537-
CMYK00.570.790.32
HSL16.76º64.76%41.18%-
HSV(B)16.76º78.61%67.84%-
XYZ20.0814.053.4-
YUV99.9792.47180.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=60.70%
G=26.32%
B=12.98%

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
Decimal173753700.570.790.3216.7664.7641.18
HexAD4B250394F20114129
Octal25511345071117402110151
Binary10101101100101110010101110011001111100000100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B25; }

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

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

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

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

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

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

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

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