#A6802A

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

Shades of Hacienda #A6802A

Tints of Hacienda #A6802A

Color information

#A6802A (or 0xA6802A) is unknown color: approx Hacienda. HEX triplet: A6, 80 and 2A. RGB value is (166,128,42). Sum of RGB (Red+Green+Blue) = 166+128+42=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6802A is #597FD5. Grayscale: #818181. Windows color (decimal): -5865430 or 2785446. OLE color: 2785446.

HSL color Cylindrical-coordinate representation of color #A6802A: hue angle of 41.61º 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 #A6802A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16612842-
CMYK00.230.750.35
HSL41.61º59.62%40.78%-
HSV(B)41.61º74.7%65.1%-
XYZ23.8623.715.51-
YUV129.5678.59153.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=49.40%
G=38.10%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661284200.230.750.3541.6159.6240.78
HexA6802A0174B232a3c29
Octal2462005202711343527451
Binary10100110100000001010100101111001011100011101010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6802A; }

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

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

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

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

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

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

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

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