#A6851C

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

Shades of Hacienda #A6851C

Tints of Hacienda #A6851C

Color information

#A6851C (or 0xA6851C) is unknown color: approx Hacienda. HEX triplet: A6, 85 and 1C. RGB value is (166,133,28). Sum of RGB (Red+Green+Blue) = 166+133+28=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6851C is #597AE3. Grayscale: #838383. Windows color (decimal): -5864164 or 1869222. OLE color: 1869222.

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

Color convert

RGB16613328-
CMYK00.200.830.35
HSL45.65º71.13%38.04%-
HSV(B)45.65º83.13%65.1%-
XYZ24.3224.974.64-
YUV130.969.93153.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=50.76%
G=40.67%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661332800.200.830.3545.6571.1338.04
HexA6851C01453232e4726
Octal24620534024123435610746
Binary10100110100001011110001010010100111000111011101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6851C; }

 p { color: rgb(166,133,28); }

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

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

 a { background-color: rgb(166,133,28); }

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

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

 span { border-color: rgb(166,133,28); }

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