#A67C14

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

Shades of Hacienda #A67C14

Tints of Hacienda #A67C14

Color information

#A67C14 (or 0xA67C14) is unknown color: approx Hacienda. HEX triplet: A6, 7C and 14. RGB value is (166,124,20). Sum of RGB (Red+Green+Blue) = 166+124+20=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C14 is #5983EB. Grayscale: #7D7D7D. Windows color (decimal): -5866476 or 1342630. OLE color: 1342630.

HSL color Cylindrical-coordinate representation of color #A67C14: hue angle of 42.74º 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 #A67C14 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16612420-
CMYK00.250.880.35
HSL42.74º78.49%36.47%-
HSV(B)42.74º87.95%65.1%-
XYZ23.0622.573.8-
YUV124.768.91157.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=53.55%
G=40%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661242000.250.880.3542.7478.4936.47
HexA67C1401958232b4e24
Octal24617424031130435311644
Binary1010011011111001010001100110110001000111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C14; }

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

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

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

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

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

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

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

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