#AD5E1C

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

Shades of Rich Gold #AD5E1C

Tints of Rich Gold #AD5E1C

Color information

#AD5E1C (or 0xAD5E1C) is unknown color: approx Rich Gold. HEX triplet: AD, 5E and 1C. RGB value is (173,94,28). Sum of RGB (Red+Green+Blue) = 173+94+28=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E1C is #52A1E3. Grayscale: #6E6E6E. Windows color (decimal): -5415396 or 1859245. OLE color: 1859245.

HSL color Cylindrical-coordinate representation of color #AD5E1C: hue angle of 27.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD5E1C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1739428-
CMYK00.460.840.32
HSL27.31º72.14%39.41%-
HSV(B)27.31º83.82%67.84%-
XYZ21.4516.973.24-
YUV110.181.67172.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=58.64%
G=31.86%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173942800.460.840.3227.3172.1439.41
HexAD5E1C02E54201b4827
Octal25513634056124403311047
Binary1010110110111101110001011101010100100000110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E1C; }

 p { color: rgb(173,94,28); }

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

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

 a { background-color: rgb(173,94,28); }

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

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

 span { border-color: rgb(173,94,28); }

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