#A67C17

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

Shades of Hacienda #A67C17

Tints of Hacienda #A67C17

Color information

#A67C17 (or 0xA67C17) is unknown color: approx Hacienda. HEX triplet: A6, 7C and 17. RGB value is (166,124,23). Sum of RGB (Red+Green+Blue) = 166+124+23=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C17 is #5983E8. Grayscale: #7D7D7D. Windows color (decimal): -5866473 or 1539238. OLE color: 1539238.

HSL color Cylindrical-coordinate representation of color #A67C17: hue angle of 42.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A67C17 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16612423-
CMYK00.250.860.35
HSL42.38º75.66%37.06%-
HSV(B)42.38º86.14%65.1%-
XYZ23.0922.583.95-
YUV125.0470.41157.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 23 (9.38% from 255) = 7.35%
R=53.04%
G=39.62%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661242300.250.860.3542.3875.6637.06
HexA67C1701956232a4c25
Octal24617427031126435211445
Binary1010011011111001011101100110101101000111010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C17; }

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

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

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

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

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

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

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

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