#A3881A

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

Shades of Hacienda #A3881A

Tints of Hacienda #A3881A

Color information

#A3881A (or 0xA3881A) is unknown color: approx Hacienda. HEX triplet: A3, 88 and 1A. RGB value is (163,136,26). Sum of RGB (Red+Green+Blue) = 163+136+26=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3881A is #5C77E5. Grayscale: #848484. Windows color (decimal): -6060006 or 1738915. OLE color: 1738915.

HSL color Cylindrical-coordinate representation of color #A3881A: hue angle of 48.18º 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 #A3881A is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16313626-
CMYK00.170.840.36
HSL48.18º72.49%37.06%-
HSV(B)48.18º84.05%63.92%-
XYZ24.0925.474.62-
YUV131.5368.45150.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 26 (10.55% from 255) = 8%
R=50.15%
G=41.85%
B=8%

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
Decimal1631362600.170.840.3648.1872.4937.06
HexA3881A0115424304825
Octal24321032021124446011045
Binary10100011100010001101001000110101001001001100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3881A; }

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

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

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

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

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

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

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

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