#A6831E

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

Shades of Hacienda #A6831E

Tints of Hacienda #A6831E

Color information

#A6831E (or 0xA6831E) is unknown color: approx Hacienda. HEX triplet: A6, 83 and 1E. RGB value is (166,131,30). Sum of RGB (Red+Green+Blue) = 166+131+30=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6831E is #597CE1. Grayscale: #828282. Windows color (decimal): -5864674 or 1999782. OLE color: 1999782.

HSL color Cylindrical-coordinate representation of color #A6831E: hue angle of 44.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6831E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16613130-
CMYK00.210.820.35
HSL44.56º69.39%38.43%-
HSV(B)44.56º81.93%65.1%-
XYZ24.0824.434.68-
YUV129.9571.6153.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=50.76%
G=40.06%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661313000.210.820.3544.5669.3938.43
HexA6831E01552232d4526
Octal24620336025122435510546
Binary10100110100000111111001010110100101000111011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6831E; }

 p { color: rgb(166,131,30); }

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

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

 a { background-color: rgb(166,131,30); }

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

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

 span { border-color: rgb(166,131,30); }

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