#AD5A17

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

Shades of Rich Gold #AD5A17

Tints of Rich Gold #AD5A17

Color information

#AD5A17 (or 0xAD5A17) is unknown color: approx Rich Gold. HEX triplet: AD, 5A and 17. RGB value is (173,90,23). Sum of RGB (Red+Green+Blue) = 173+90+23=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5A17 is #52A5E8. Grayscale: #6B6B6B. Windows color (decimal): -5416425 or 1530541. OLE color: 1530541.

HSL color Cylindrical-coordinate representation of color #AD5A17: hue angle of 26.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD5A17 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1739023-
CMYK00.480.870.32
HSL26.8º76.53%38.43%-
HSV(B)26.8º86.71%67.84%-
XYZ21.0416.262.84-
YUV107.1880.5174.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=60.49%
G=31.47%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173902300.480.870.3226.876.5338.43
HexAD5A1703057201b4d26
Octal25513227060127403311546
Binary1010110110110101011101100001010111100000110111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A17; }

 p { color: rgb(173,90,23); }

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

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

 a { background-color: rgb(173,90,23); }

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

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

 span { border-color: rgb(173,90,23); }

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