Html Css Color HEX #AD5520 Rich Gold

📋 copy color: '#AD5520'

red 173 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #AD5520

Tints of Rich Gold #AD5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 59.66%
G = 29.31%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5520 (or 0xAD5520) is known color: Rich Gold. HEX triplet: AD, 55 and 20. RGB value is (173,85,32). Sum of RGB (Red+Green+Blue) = 173+85+32=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5520 is #52AADF. Grayscale: #696969. Windows color (decimal): -5417696 or 2119085. OLE color: 2119085.

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

Color convert

RGB 173 85 32 -
CMYK 0 0.51 0.82 0.32
HSL 22.55º 0.69% 0.4% -
HSV(B) 22.55º 0.82% 0.68% -
XYZ 20.74 15.49 3.26 -
YUV 105.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 173 85 32 0 0.51 0.82 0.32 22.55 0.69 0.4
Hex AD 55 20 0 33 52 20 17 45 28
Octal 255 125 40 0 63 122 40 27 105 50
Binary 10101101 1010101 100000 0 110011 1010010 100000 10111 1000101 101000

Color Harmonies of #AD5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5520

Black with #AD5520

Text Example


Text Example

White with #AD5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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