Html Css Color HEX #AD4620 Rose Of Sharon

📋 copy color: '#AD4620'

red 173 ◦ green 70 ◦ blue 32

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

Shades of Rose Of Sharon #AD4620

Tints of Rose Of Sharon #AD4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 62.91%
G = 25.45%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4620 (or 0xAD4620) is known color: Rose Of Sharon. HEX triplet: AD, 46 and 20. RGB value is (173,70,32). Sum of RGB (Red+Green+Blue) = 173+70+32=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4620 is #52B9DF. Grayscale: #606060. Windows color (decimal): -5421536 or 2115245. OLE color: 2115245.

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

Color convert

RGB 173 70 32 -
CMYK 0 0.60 0.82 0.32
HSL 16.17º 0.69% 0.4% -
HSV(B) 16.17º 0.82% 0.68% -
XYZ 19.68 13.37 2.91 -
YUV 96.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 173 70 32 0 0.60 0.82 0.32 16.17 0.69 0.4
Hex AD 46 20 0 3C 52 20 10 45 28
Octal 255 106 40 0 74 122 40 20 105 50
Binary 10101101 1000110 100000 0 111100 1010010 100000 10000 1000101 101000

Color Harmonies of #AD4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4620

Black with #AD4620

Text Example


Text Example

White with #AD4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4620; }

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

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

background-color css

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

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

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

border-color css

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

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

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