#A6812A

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

Shades of Hacienda #A6812A

Tints of Hacienda #A6812A

Color information

#A6812A (or 0xA6812A) is unknown color: approx Hacienda. HEX triplet: A6, 81 and 2A. RGB value is (166,129,42). Sum of RGB (Red+Green+Blue) = 166+129+42=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6812A is #597ED5. Grayscale: #828282. Windows color (decimal): -5865174 or 2785702. OLE color: 2785702.

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

Color convert

RGB16612942-
CMYK00.220.750.35
HSL42.1º59.62%40.78%-
HSV(B)42.1º74.7%65.1%-
XYZ23.9923.975.55-
YUV130.1578.26153.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=49.26%
G=38.28%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661294200.220.750.3542.159.6240.78
HexA6812A0164B232a3c29
Octal2462015202611343527451
Binary10100110100000011010100101101001011100011101010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6812A; }

 p { color: rgb(166,129,42); }

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

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

 a { background-color: rgb(166,129,42); }

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

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

 span { border-color: rgb(166,129,42); }

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