#AD5D1F

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

Shades of Rich Gold #AD5D1F

Tints of Rich Gold #AD5D1F

Color information

#AD5D1F (or 0xAD5D1F) is unknown color: approx Rich Gold. HEX triplet: AD, 5D and 1F. RGB value is (173,93,31). Sum of RGB (Red+Green+Blue) = 173+93+31=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D1F is #52A2E0. Grayscale: #6E6E6E. Windows color (decimal): -5415649 or 2055597. OLE color: 2055597.

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

Color convert

RGB1739331-
CMYK00.460.820.32
HSL26.2º69.61%40%-
HSV(B)26.2º82.08%67.84%-
XYZ21.416.813.41-
YUV109.8583.5173.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=58.25%
G=31.31%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173933100.460.820.3226.269.6140
HexAD5D1F02E52201a4628
Octal25513537056122403210650
Binary1010110110111011111101011101010010100000110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D1F; }

 p { color: rgb(173,93,31); }

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

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

 a { background-color: rgb(173,93,31); }

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

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

 span { border-color: rgb(173,93,31); }

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