#A6780F

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

Shades of Hacienda #A6780F

Tints of Hacienda #A6780F

Color information

#A6780F (or 0xA6780F) is unknown color: approx Hacienda. HEX triplet: A6, 78 and 0F. RGB value is (166,120,15). Sum of RGB (Red+Green+Blue) = 166+120+15=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A6780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6780F is #5987F0. Grayscale: #7A7A7A. Windows color (decimal): -5867505 or 1013926. OLE color: 1013926.

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

Color convert

RGB16612015-
CMYK00.280.910.35
HSL41.72º83.43%35.49%-
HSV(B)41.72º90.96%65.1%-
XYZ22.5321.573.43-
YUV121.7867.74159.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 15 (6.25% from 255) = 4.98%
R=55.15%
G=39.87%
B=4.98%

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
Decimal1661201500.280.910.3541.7283.4335.49
HexA678F01C5B232a5323
Octal24617017034133435212343
Binary101001101111000111101110010110111000111010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6780F; }

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

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

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

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

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

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

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

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