#AD4F17

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

Shades of Rich Gold #AD4F17

Tints of Rich Gold #AD4F17

Color information

#AD4F17 (or 0xAD4F17) is unknown color: approx Rich Gold. HEX triplet: AD, 4F and 17. RGB value is (173,79,23). Sum of RGB (Red+Green+Blue) = 173+79+23=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F17 is #52B0E8. Grayscale: #656565. Windows color (decimal): -5419241 or 1527725. OLE color: 1527725.

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

Color convert

RGB1737923-
CMYK00.540.870.32
HSL22.4º76.53%38.43%-
HSV(B)22.4º86.71%67.84%-
XYZ20.1814.542.55-
YUV100.7284.14179.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 23 (9.38% from 255) = 8.36%
R=62.91%
G=28.73%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173792300.540.870.3222.476.5338.43
HexAD4F170365720164d26
Octal25511727066127402611546
Binary1010110110011111011101101101010111100000101101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F17; }

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

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

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

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

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

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

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

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