#AD5E1A

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

Shades of Rich Gold #AD5E1A

Tints of Rich Gold #AD5E1A

Color information

#AD5E1A (or 0xAD5E1A) is unknown color: approx Rich Gold. HEX triplet: AD, 5E and 1A. RGB value is (173,94,26). Sum of RGB (Red+Green+Blue) = 173+94+26=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E1A is #52A1E5. Grayscale: #6E6E6E. Windows color (decimal): -5415398 or 1728173. OLE color: 1728173.

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

Color convert

RGB1739426-
CMYK00.460.850.32
HSL27.76º73.87%39.02%-
HSV(B)27.76º84.97%67.84%-
XYZ21.4216.963.12-
YUV109.8780.67173.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.04%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=59.04%
G=32.08%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173942600.460.850.3227.7673.8739.02
HexAD5E1A02E55201c4a27
Octal25513632056125403411247
Binary1010110110111101101001011101010101100000111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E1A; }

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

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

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

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

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

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

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

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