#a18319

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

Shades of Hacienda #A18319

Tints of Hacienda #A18319

Color information

#A18319 (or 0xA18319) is unknown color: approx Hacienda. HEX triplet: A1, 83 and 19. RGB value is (161,131,25). Sum of RGB (Red+Green+Blue) = 161+131+25=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A18319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18319 is #5E7CE6. Grayscale: #808080. Windows color (decimal): -6192359 or 1672097. OLE color: 1672097.

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

Color convert

RGB16113125-
CMYK00.190.840.37
HSL46.76º73.12%36.47%-
HSV(B)46.76º84.47%63.14%-
XYZ22.9923.884.32-
YUV127.8969.94151.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 25 (10.16% from 255) = 7.89%
R=50.79%
G=41.32%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611312500.190.840.3746.7673.1236.47
HexA1831901354252f4924
Octal24120331023124455711144
Binary10100001100000111100101001110101001001011011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18319; }

 p { color: rgb(161,131,25); }

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

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

 a { background-color: rgb(161,131,25); }

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

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

 span { border-color: rgb(161,131,25); }

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