#A88522

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

Shades of Hacienda #A88522

Tints of Hacienda #A88522

Color information

#A88522 (or 0xA88522) is unknown color: approx Hacienda. HEX triplet: A8, 85 and 22. RGB value is (168,133,34). Sum of RGB (Red+Green+Blue) = 168+133+34=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A88522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88522 is #577ADD. Grayscale: #848484. Windows color (decimal): -5733086 or 2262440. OLE color: 2262440.

HSL color Cylindrical-coordinate representation of color #A88522: hue angle of 44.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A88522 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16813334-
CMYK00.210.800.34
HSL44.33º66.34%39.61%-
HSV(B)44.33º79.76%65.88%-
XYZ24.8225.225.07-
YUV132.1872.6153.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 34 (13.67% from 255) = 10.15%
R=50.15%
G=39.70%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681333400.210.800.3444.3366.3439.61
HexA8852201550222c4228
Octal25020542025120425410250
Binary101010001000010110001001010110100001000101011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88522; }

 p { color: rgb(168,133,34); }

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

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

 a { background-color: rgb(168,133,34); }

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

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

 span { border-color: rgb(168,133,34); }

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