Html Css Color HEX #AD5220 Rich Gold

📋 copy color: '#AD5220'

red 173 ◦ green 82 ◦ blue 32

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

Shades of Rich Gold #AD5220

Tints of Rich Gold #AD5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 60.28%
G = 28.57%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD5220 (or 0xAD5220) is known color: Rich Gold. HEX triplet: AD, 52 and 20. RGB value is (173,82,32). Sum of RGB (Red+Green+Blue) = 173+82+32=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5220 is #52ADDF. Grayscale: #676767. Windows color (decimal): -5418464 or 2118317. OLE color: 2118317.

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

Color convert

RGB 173 82 32 -
CMYK 0 0.53 0.82 0.32
HSL 21.28º 0.69% 0.4% -
HSV(B) 21.28º 0.82% 0.68% -
XYZ 20.51 15.02 3.19 -
YUV 103.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 173 82 32 0 0.53 0.82 0.32 21.28 0.69 0.4
Hex AD 52 20 0 35 52 20 15 45 28
Octal 255 122 40 0 65 122 40 25 105 50
Binary 10101101 1010010 100000 0 110101 1010010 100000 10101 1000101 101000

Color Harmonies of #AD5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5220

Black with #AD5220

Text Example


Text Example

White with #AD5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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