#A88422

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

Shades of Hacienda #A88422

Tints of Hacienda #A88422

Color information

#A88422 (or 0xA88422) is unknown color: approx Hacienda. HEX triplet: A8, 84 and 22. RGB value is (168,132,34). Sum of RGB (Red+Green+Blue) = 168+132+34=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A88422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88422 is #577BDD. Grayscale: #848484. Windows color (decimal): -5733342 or 2262184. OLE color: 2262184.

HSL color Cylindrical-coordinate representation of color #A88422: hue angle of 43.88º 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 #A88422 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB16813234-
CMYK00.210.800.34
HSL43.88º66.34%39.61%-
HSV(B)43.88º79.76%65.88%-
XYZ24.6924.945.03-
YUV131.5972.93153.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 34 (13.67% from 255) = 10.18%
R=50.30%
G=39.52%
B=10.18%

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
Decimal1681323400.210.800.3443.8866.3439.61
HexA8842201550222c4228
Octal25020442025120425410250
Binary101010001000010010001001010110100001000101011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88422; }

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

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

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

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

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

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

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

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