#A1872B

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

Shades of Hacienda #A1872B

Tints of Hacienda #A1872B

Color information

#A1872B (or 0xA1872B) is unknown color: approx Hacienda. HEX triplet: A1, 87 and 2B. RGB value is (161,135,43). Sum of RGB (Red+Green+Blue) = 161+135+43=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1872B is #5E78D4. Grayscale: #848484. Windows color (decimal): -6191317 or 2852769. OLE color: 2852769.

HSL color Cylindrical-coordinate representation of color #A1872B: hue angle of 46.78º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1872B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB16113543-
CMYK00.160.730.37
HSL46.78º57.84%40%-
HSV(B)46.78º73.29%63.14%-
XYZ23.825.085.87-
YUV132.2977.61148.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=47.49%
G=39.82%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611354300.160.730.3746.7857.8440
HexA1872B01049252f3a28
Octal2412075302011145577250
Binary10100001100001111010110100001001001100101101111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1872B; }

 p { color: rgb(161,135,43); }

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

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

 a { background-color: rgb(161,135,43); }

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

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

 span { border-color: rgb(161,135,43); }

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