#AD5B1E

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

Shades of Rich Gold #AD5B1E

Tints of Rich Gold #AD5B1E

Color information

#AD5B1E (or 0xAD5B1E) is unknown color: approx Rich Gold. HEX triplet: AD, 5B and 1E. RGB value is (173,91,30). Sum of RGB (Red+Green+Blue) = 173+91+30=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B1E is #52A4E1. Grayscale: #6C6C6C. Windows color (decimal): -5416162 or 1989549. OLE color: 1989549.

HSL color Cylindrical-coordinate representation of color #AD5B1E: hue angle of 25.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD5B1E is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1739130-
CMYK00.470.830.32
HSL25.59º70.44%39.8%-
HSV(B)25.59º82.66%67.84%-
XYZ21.2116.463.29-
YUV108.5683.67173.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=58.84%
G=30.95%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173913000.470.830.3225.5970.4439.8
HexAD5B1E02F53201a4628
Octal25513336057123403210650
Binary1010110110110111111001011111010011100000110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B1E; }

 p { color: rgb(173,91,30); }

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

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

 a { background-color: rgb(173,91,30); }

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

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

 span { border-color: rgb(173,91,30); }

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