#A18627

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

Shades of Hacienda #A18627

Tints of Hacienda #A18627

Color information

#A18627 (or 0xA18627) is unknown color: approx Hacienda. HEX triplet: A1, 86 and 27. RGB value is (161,134,39). Sum of RGB (Red+Green+Blue) = 161+134+39=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A18627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18627 is #5E79D8. Grayscale: #838383. Windows color (decimal): -6191577 or 2590369. OLE color: 2590369.

HSL color Cylindrical-coordinate representation of color #A18627: hue angle of 46.72º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A18627 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB16113439-
CMYK00.170.760.37
HSL46.72º61%39.22%-
HSV(B)46.72º75.78%63.14%-
XYZ23.5924.775.46-
YUV131.2475.95149.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=48.20%
G=40.12%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611343900.170.760.3746.726139.22
HexA186270114C252f3d27
Octal2412064702111445577547
Binary10100001100001101001110100011001100100101101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18627; }

 p { color: rgb(161,134,39); }

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

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

 a { background-color: rgb(161,134,39); }

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

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

 span { border-color: rgb(161,134,39); }

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