#AD8120

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

Shades of Hacienda #AD8120

Tints of Hacienda #AD8120

Color information

#AD8120 (or 0xAD8120) is unknown color: approx Hacienda. HEX triplet: AD, 81 and 20. RGB value is (173,129,32). Sum of RGB (Red+Green+Blue) = 173+129+32=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8120 is #527EDF. Grayscale: #838383. Windows color (decimal): -5406432 or 2130349. OLE color: 2130349.

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

Color convert

RGB17312932-
CMYK00.250.820.32
HSL41.28º68.78%40.2%-
HSV(B)41.28º81.5%67.84%-
XYZ25.3424.694.8-
YUV131.172.08157.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 32 (12.89% from 255) = 9.58%
R=51.80%
G=38.62%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731293200.250.820.3241.2868.7840.2
HexAD81200195220294528
Octal25520140031122405110550
Binary101011011000000110000001100110100101000001010011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8120; }

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

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

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

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

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

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

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

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