#AD5A1D

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

Shades of Rich Gold #AD5A1D

Tints of Rich Gold #AD5A1D

Color information

#AD5A1D (or 0xAD5A1D) is unknown color: approx Rich Gold. HEX triplet: AD, 5A and 1D. RGB value is (173,90,29). Sum of RGB (Red+Green+Blue) = 173+90+29=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A1D is #52A5E2. Grayscale: #6C6C6C. Windows color (decimal): -5416419 or 1923757. OLE color: 1923757.

HSL color Cylindrical-coordinate representation of color #AD5A1D: hue angle of 25.42º degrees, saturation: 0.71, 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 #AD5A1D is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1739029-
CMYK00.480.830.32
HSL25.42º71.29%39.61%-
HSV(B)25.42º83.24%67.84%-
XYZ21.1116.293.19-
YUV107.8683.5174.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=59.25%
G=30.82%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173902900.480.830.3225.4271.2939.61
HexAD5A1D0305320194728
Octal25513235060123403110750
Binary1010110110110101110101100001010011100000110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A1D; }

 p { color: rgb(173,90,29); }

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

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

 a { background-color: rgb(173,90,29); }

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

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

 span { border-color: rgb(173,90,29); }

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