#A18510

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

Shades of Hacienda #A18510

Tints of Hacienda #A18510

Color information

#A18510 (or 0xA18510) is unknown color: approx Hacienda. HEX triplet: A1, 85 and 10. RGB value is (161,133,16). Sum of RGB (Red+Green+Blue) = 161+133+16=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18510 is #5E7AEF. Grayscale: #808080. Windows color (decimal): -6191856 or 1082785. OLE color: 1082785.

HSL color Cylindrical-coordinate representation of color #A18510: hue angle of 48.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A18510 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB16113316-
CMYK00.170.900.37
HSL48.41º81.92%34.71%-
HSV(B)48.41º90.06%63.14%-
XYZ23.1824.393.98-
YUV128.0364.78151.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 16 (6.64% from 255) = 5.16%
R=51.94%
G=42.90%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611331600.170.900.3748.4181.9234.71
HexA185100115A25305223
Octal24120520021132456012243
Binary10100001100001011000001000110110101001011100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18510; }

 p { color: rgb(161,133,16); }

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

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

 a { background-color: rgb(161,133,16); }

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

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

 span { border-color: rgb(161,133,16); }

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