#ad8020

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

Shades of Hacienda #AD8020

Tints of Hacienda #AD8020

Color information

#AD8020 (or 0xAD8020) is unknown color: approx Hacienda. HEX triplet: AD, 80 and 20. RGB value is (173,128,32). Sum of RGB (Red+Green+Blue) = 173+128+32=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8020 is #527FDF. Grayscale: #828282. Windows color (decimal): -5406688 or 2130093. OLE color: 2130093.

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

Color convert

RGB17312832-
CMYK00.260.820.32
HSL40.85º68.78%40.2%-
HSV(B)40.85º81.5%67.84%-
XYZ25.2124.434.75-
YUV130.5172.41158.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 32 (12.89% from 255) = 9.61%
R=51.95%
G=38.44%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731283200.260.820.3240.8568.7840.2
HexAD802001A5220294528
Octal25520040032122405110550
Binary101011011000000010000001101010100101000001010011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad8020; }

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

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

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

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

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

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

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

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