#A17C0E

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

Shades of Hacienda #A17C0E

Tints of Hacienda #A17C0E

Color information

#A17C0E (or 0xA17C0E) is unknown color: approx Hacienda. HEX triplet: A1, 7C and 0E. RGB value is (161,124,14). Sum of RGB (Red+Green+Blue) = 161+124+14=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C0E is #5E83F1. Grayscale: #7B7B7B. Windows color (decimal): -6194162 or 949409. OLE color: 949409.

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

Color convert

RGB16112414-
CMYK00.230.910.37
HSL44.9º84%34.31%-
HSV(B)44.9º91.3%63.14%-
XYZ21.9822.023.51-
YUV122.5266.76155.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=53.85%
G=41.47%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611241400.230.910.3744.98434.31
HexA17CE0175B252d5422
Octal24117416027133455512442
Binary101000011111100111001011110110111001011011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C0E; }

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

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

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

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

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

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

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

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