#A2861F

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

Shades of Hacienda #A2861F

Tints of Hacienda #A2861F

Color information

#A2861F (or 0xA2861F) is unknown color: approx Hacienda. HEX triplet: A2, 86 and 1F. RGB value is (162,134,31). Sum of RGB (Red+Green+Blue) = 162+134+31=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2861F is #5D79E0. Grayscale: #838383. Windows color (decimal): -6126049 or 2066082. OLE color: 2066082.

HSL color Cylindrical-coordinate representation of color #A2861F: hue angle of 47.18º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2861F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16213431-
CMYK00.170.810.36
HSL47.18º67.88%37.84%-
HSV(B)47.18º80.86%63.53%-
XYZ23.6724.834.84-
YUV130.6371.78150.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=49.54%
G=40.98%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621343100.170.810.3647.1867.8837.84
HexA2861F01151242f4426
Octal24220637021121445710446
Binary10100010100001101111101000110100011001001011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2861F; }

 p { color: rgb(162,134,31); }

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

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

 a { background-color: rgb(162,134,31); }

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

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

 span { border-color: rgb(162,134,31); }

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