#AD5020

Color #AD5020 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AD5020

Tints of Rich Gold #AD5020

Color information

#AD5020 (or 0xAD5020) is unknown color: approx Rich Gold. HEX triplet: AD, 50 and 20. RGB value is (173,80,32). Sum of RGB (Red+Green+Blue) = 173+80+32=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5020 is #52AFDF. Grayscale: #666666. Windows color (decimal): -5418976 or 2117805. OLE color: 2117805.

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

Color convert

RGB1738032-
CMYK00.540.820.32
HSL20.43º68.78%40.2%-
HSV(B)20.43º81.5%67.84%-
XYZ20.3614.733.14-
YUV102.3388.31178.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=60.70%
G=28.07%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173803200.540.820.3220.4368.7840.2
HexAD50200365220144528
Octal25512040066122402410550
Binary10101101101000010000001101101010010100000101001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5020; }

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

 H1.HeaderClassName
 {
   color: #AD5020;
 }
 .AnyTagClassName
 {
   color: #AD5020;
 }
</style>
background-color css

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

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

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

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

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

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