#A6770F

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

Shades of Hacienda #A6770F

Tints of Hacienda #A6770F

Color information

#A6770F (or 0xA6770F) is unknown color: approx Hacienda. HEX triplet: A6, 77 and 0F. RGB value is (166,119,15). Sum of RGB (Red+Green+Blue) = 166+119+15=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6770F is #5988F0. Grayscale: #797979. Windows color (decimal): -5867761 or 1013670. OLE color: 1013670.

HSL color Cylindrical-coordinate representation of color #A6770F: hue angle of 41.32º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6770F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB16611915-
CMYK00.280.910.35
HSL41.32º83.43%35.49%-
HSV(B)41.32º90.96%65.1%-
XYZ22.4121.343.39-
YUV121.268.07159.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 15 (6.25% from 255) = 5%
R=55.33%
G=39.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661191500.280.910.3541.3283.4335.49
HexA677F01C5B23295323
Octal24616717034133435112343
Binary101001101110111111101110010110111000111010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6770F; }

 p { color: rgb(166,119,15); }

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

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

 a { background-color: rgb(166,119,15); }

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

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

 span { border-color: rgb(166,119,15); }

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