Html Css Color HEX #AD4220 Rose Of Sharon

📋 copy color: '#AD4220'

red 173 ◦ green 66 ◦ blue 32

#AD4220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AD4220

Tints of Rose Of Sharon #AD4220

RGB

 RED value IS 173 (67.97% from 255) = 63.84%

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 63.84%
G = 24.35%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4220 (or 0xAD4220) is known color: Rose Of Sharon. HEX triplet: AD, 42 and 20. RGB value is (173,66,32). Sum of RGB (Red+Green+Blue) = 173+66+32=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4220 is #52BDDF. Grayscale: #5E5E5E. Windows color (decimal): -5422560 or 2114221. OLE color: 2114221.

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

Color convert

RGB 173 66 32 -
CMYK 0 0.62 0.82 0.32
HSL 14.47º 0.69% 0.4% -
HSV(B) 14.47º 0.82% 0.68% -
XYZ 19.44 12.88 2.83 -
YUV 94.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 173 66 32 0 0.62 0.82 0.32 14.47 0.69 0.4
Hex AD 42 20 0 3E 52 20 E 45 28
Octal 255 102 40 0 76 122 40 16 105 50
Binary 10101101 1000010 100000 0 111110 1010010 100000 1110 1000101 101000

Color Harmonies of #AD4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4220

Black with #AD4220

Text Example


Text Example

White with #AD4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4220; }

 p { color: rgb(173,66,32); }

 H1.HeaderClassName
 {
   color: #AD4220;
 }
 .AnyTagClassName
 {
   color: #AD4220;
 }
</style>

background-color css

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

 a { background-color: rgb(173,66,32); }

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

border-color css

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

 span { border-color: rgb(173,66,32); }

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