#A3890E

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

Shades of Hacienda #A3890E

Tints of Hacienda #A3890E

Color information

#A3890E (or 0xA3890E) is unknown color: approx Hacienda. HEX triplet: A3, 89 and 0E. RGB value is (163,137,14). Sum of RGB (Red+Green+Blue) = 163+137+14=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A3890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3890E is #5C76F1. Grayscale: #838383. Windows color (decimal): -6059762 or 952739. OLE color: 952739.

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

Color convert

RGB16313714-
CMYK00.160.910.36
HSL49.53º84.18%34.71%-
HSV(B)49.53º91.41%63.92%-
XYZ24.1325.714.11-
YUV130.7562.11151-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=51.91%
G=43.63%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631371400.160.910.3649.5384.1834.71
HexA389E0105B24325423
Octal24321116020133446212443
Binary1010001110001001111001000010110111001001100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3890E; }

 p { color: rgb(163,137,14); }

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

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

 a { background-color: rgb(163,137,14); }

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

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

 span { border-color: rgb(163,137,14); }

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