#A88421

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

Shades of Hacienda #A88421

Tints of Hacienda #A88421

Color information

#A88421 (or 0xA88421) is unknown color: approx Hacienda. HEX triplet: A8, 84 and 21. RGB value is (168,132,33). Sum of RGB (Red+Green+Blue) = 168+132+33=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A88421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88421 is #577BDE. Grayscale: #838383. Windows color (decimal): -5733343 or 2196648. OLE color: 2196648.

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

Color convert

RGB16813233-
CMYK00.210.800.34
HSL44º67.16%39.41%-
HSV(B)44º80.36%65.88%-
XYZ24.6724.944.95-
YUV131.4872.43154.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.45%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=50.45%
G=39.64%
B=9.91%

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
Decimal1681323300.210.800.344467.1639.41
HexA8842101550222c4327
Octal25020441025120425410347
Binary101010001000010010000101010110100001000101011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88421; }

 p { color: rgb(168,132,33); }

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

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

 a { background-color: rgb(168,132,33); }

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

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

 span { border-color: rgb(168,132,33); }

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