#AD7E20

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

Shades of Hacienda #AD7E20

Tints of Hacienda #AD7E20

Color information

#AD7E20 (or 0xAD7E20) is unknown color: approx Hacienda. HEX triplet: AD, 7E and 20. RGB value is (173,126,32). Sum of RGB (Red+Green+Blue) = 173+126+32=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E20 is #5281DF. Grayscale: #818181. Windows color (decimal): -5407200 or 2129581. OLE color: 2129581.

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

Color convert

RGB17312632-
CMYK00.270.820.32
HSL40º68.78%40.2%-
HSV(B)40º81.5%67.84%-
XYZ24.9623.914.67-
YUV129.3473.07159.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=52.27%
G=38.07%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731263200.270.820.324068.7840.2
HexAD7E2001B5220284528
Octal25517640033122405010550
Binary10101101111111010000001101110100101000001010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E20; }

 p { color: rgb(173,126,32); }

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

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

 a { background-color: rgb(173,126,32); }

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

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

 span { border-color: rgb(173,126,32); }

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