#A67E14

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

Shades of Hacienda #A67E14

Tints of Hacienda #A67E14

Color information

#A67E14 (or 0xA67E14) is unknown color: approx Hacienda. HEX triplet: A6, 7E and 14. RGB value is (166,126,20). Sum of RGB (Red+Green+Blue) = 166+126+20=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67E14 is #5981EB. Grayscale: #7E7E7E. Windows color (decimal): -5865964 or 1343142. OLE color: 1343142.

HSL color Cylindrical-coordinate representation of color #A67E14: hue angle of 43.56º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A67E14 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16612620-
CMYK00.240.880.35
HSL43.56º78.49%36.47%-
HSV(B)43.56º87.95%65.1%-
XYZ23.3123.083.89-
YUV125.8868.25156.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=53.21%
G=40.38%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661262000.240.880.3543.5678.4936.47
HexA67E1401858232c4e24
Octal24617624030130435411644
Binary1010011011111101010001100010110001000111011001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E14; }

 p { color: rgb(166,126,20); }

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

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

 a { background-color: rgb(166,126,20); }

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

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

 span { border-color: rgb(166,126,20); }

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