#A3871A

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

Shades of Hacienda #A3871A

Tints of Hacienda #A3871A

Color information

#A3871A (or 0xA3871A) is unknown color: approx Hacienda. HEX triplet: A3, 87 and 1A. RGB value is (163,135,26). Sum of RGB (Red+Green+Blue) = 163+135+26=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3871A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3871A is #5C78E5. Grayscale: #838383. Windows color (decimal): -6060262 or 1738659. OLE color: 1738659.

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

Color convert

RGB16313526-
CMYK00.170.840.36
HSL47.74º72.49%37.06%-
HSV(B)47.74º84.05%63.92%-
XYZ23.9525.194.58-
YUV130.9568.78150.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 26 (10.55% from 255) = 8.02%
R=50.31%
G=41.67%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631352600.170.840.3647.7472.4937.06
HexA3871A0115424304825
Octal24320732021124446011045
Binary10100011100001111101001000110101001001001100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3871A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3871A; }

 p { color: rgb(163,135,26); }

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

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

 a { background-color: rgb(163,135,26); }

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

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

 span { border-color: rgb(163,135,26); }

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