#A3881B

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

Shades of Hacienda #A3881B

Tints of Hacienda #A3881B

Color information

#A3881B (or 0xA3881B) is unknown color: approx Hacienda. HEX triplet: A3, 88 and 1B. RGB value is (163,136,27). Sum of RGB (Red+Green+Blue) = 163+136+27=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3881B is #5C77E4. Grayscale: #848484. Windows color (decimal): -6060005 or 1804451. OLE color: 1804451.

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

Color convert

RGB16313627-
CMYK00.170.830.36
HSL48.09º71.58%37.25%-
HSV(B)48.09º83.44%63.92%-
XYZ24.1125.474.68-
YUV131.6568.95150.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=50%
G=41.72%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631362700.170.830.3648.0971.5837.25
HexA3881B0115324304825
Octal24321033021123446011045
Binary10100011100010001101101000110100111001001100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3881B; }

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

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

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

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

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

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

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

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