#A8842A

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

Shades of Hacienda #A8842A

Tints of Hacienda #A8842A

Color information

#A8842A (or 0xA8842A) is unknown color: approx Hacienda. HEX triplet: A8, 84 and 2A. RGB value is (168,132,42). Sum of RGB (Red+Green+Blue) = 168+132+42=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8842A is #577BD5. Grayscale: #848484. Windows color (decimal): -5733334 or 2786472. OLE color: 2786472.

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

Color convert

RGB16813242-
CMYK00.210.750.34
HSL42.86º60%41.18%-
HSV(B)42.86º75%65.88%-
XYZ24.8224.995.71-
YUV132.576.93153.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=49.12%
G=38.60%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681324200.210.750.3442.866041.18
HexA8842A0154B222b3c29
Octal2502045202511342537451
Binary10101000100001001010100101011001011100010101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8842A; }

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

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

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

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

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

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

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

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