#A17B0E

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

Shades of Hacienda #A17B0E

Tints of Hacienda #A17B0E

Color information

#A17B0E (or 0xA17B0E) is unknown color: approx Hacienda. HEX triplet: A1, 7B and 0E. RGB value is (161,123,14). Sum of RGB (Red+Green+Blue) = 161+123+14=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B0E is #5E84F1. Grayscale: #7A7A7A. Windows color (decimal): -6194418 or 949153. OLE color: 949153.

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

Color convert

RGB16112314-
CMYK00.240.910.37
HSL44.49º84%34.31%-
HSV(B)44.49º91.3%63.14%-
XYZ21.8621.773.47-
YUV121.9467.09155.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=54.03%
G=41.28%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611231400.240.910.3744.498434.31
HexA17BE0185B252c5422
Octal24117316030133455412442
Binary101000011111011111001100010110111001011011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B0E; }

 p { color: rgb(161,123,14); }

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

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

 a { background-color: rgb(161,123,14); }

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

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

 span { border-color: rgb(161,123,14); }

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