Html Css Color HEX #AD4820 Rose Of Sharon

📋 copy color: '#AD4820'

red 173 ◦ green 72 ◦ blue 32

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

Shades of Rose Of Sharon #AD4820

Tints of Rose Of Sharon #AD4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 62.45%
G = 25.99%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4820 (or 0xAD4820) is known color: Rose Of Sharon. HEX triplet: AD, 48 and 20. RGB value is (173,72,32). Sum of RGB (Red+Green+Blue) = 173+72+32=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4820 is #52B7DF. Grayscale: #616161. Windows color (decimal): -5421024 or 2115757. OLE color: 2115757.

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

Color convert

RGB 173 72 32 -
CMYK 0 0.58 0.82 0.32
HSL 17.02º 0.69% 0.4% -
HSV(B) 17.02º 0.82% 0.68% -
XYZ 19.81 13.62 2.95 -
YUV 97.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 173 72 32 0 0.58 0.82 0.32 17.02 0.69 0.4
Hex AD 48 20 0 3A 52 20 11 45 28
Octal 255 110 40 0 72 122 40 21 105 50
Binary 10101101 1001000 100000 0 111010 1010010 100000 10001 1000101 101000

Color Harmonies of #AD4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4820

Black with #AD4820

Text Example


Text Example

White with #AD4820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4820; }

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

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

background-color css

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

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

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

border-color css

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

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

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