#A17A0E

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

Shades of Hacienda #A17A0E

Tints of Hacienda #A17A0E

Color information

#A17A0E (or 0xA17A0E) is unknown color: approx Hacienda. HEX triplet: A1, 7A and 0E. RGB value is (161,122,14). Sum of RGB (Red+Green+Blue) = 161+122+14=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A0E is #5E85F1. Grayscale: #797979. Windows color (decimal): -6194674 or 948897. OLE color: 948897.

HSL color Cylindrical-coordinate representation of color #A17A0E: hue angle of 44.08º 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 #A17A0E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16112214-
CMYK00.240.910.37
HSL44.08º84%34.31%-
HSV(B)44.08º91.3%63.14%-
XYZ21.7421.533.43-
YUV121.3567.42156.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=54.21%
G=41.08%
B=4.71%

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
Decimal1611221400.240.910.3744.088434.31
HexA17AE0185B252c5422
Octal24117216030133455412442
Binary101000011111010111001100010110111001011011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A0E; }

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

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

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

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

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

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

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

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