Html Css Color HEX #AD4920 Rose Of Sharon

📋 copy color: '#AD4920'

red 173 ◦ green 73 ◦ blue 32

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

Shades of Rose Of Sharon #AD4920

Tints of Rose Of Sharon #AD4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 62.23%
G = 26.26%
B = 11.51%

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

#AD4920 (or 0xAD4920) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 20. RGB value is (173,73,32). Sum of RGB (Red+Green+Blue) = 173+73+32=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4920 is #52B6DF. Grayscale: #626262. Windows color (decimal): -5420768 or 2116013. OLE color: 2116013.

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

Color convert

RGB 173 73 32 -
CMYK 0 0.58 0.82 0.32
HSL 17.45º 0.69% 0.4% -
HSV(B) 17.45º 0.82% 0.68% -
XYZ 19.88 13.75 2.97 -
YUV 98.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 173 73 32 0 0.58 0.82 0.32 17.45 0.69 0.4
Hex AD 49 20 0 3A 52 20 11 45 28
Octal 255 111 40 0 72 122 40 21 105 50
Binary 10101101 1001001 100000 0 111010 1010010 100000 10001 1000101 101000

Color Harmonies of #AD4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4920

Black with #AD4920

Text Example


Text Example

White with #AD4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4920; }

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

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

background-color css

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

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

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

border-color css

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

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

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