#AD5D1C

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

Shades of Rich Gold #AD5D1C

Tints of Rich Gold #AD5D1C

Color information

#AD5D1C (or 0xAD5D1C) is unknown color: approx Rich Gold. HEX triplet: AD, 5D and 1C. RGB value is (173,93,28). Sum of RGB (Red+Green+Blue) = 173+93+28=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D1C is #52A2E3. Grayscale: #6D6D6D. Windows color (decimal): -5415652 or 1858989. OLE color: 1858989.

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

Color convert

RGB1739328-
CMYK00.460.840.32
HSL26.9º72.14%39.41%-
HSV(B)26.9º83.82%67.84%-
XYZ21.3616.83.22-
YUV109.5182173.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 28 (11.33% from 255) = 9.52%
R=58.84%
G=31.63%
B=9.52%

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
Decimal173932800.460.840.3226.972.1439.41
HexAD5D1C02E54201b4827
Octal25513534056124403311047
Binary1010110110111011110001011101010100100000110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D1C; }

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

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

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

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

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

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

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

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