#A78614

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

Shades of Hacienda #A78614

Tints of Hacienda #A78614

Color information

#A78614 (or 0xA78614) is unknown color: approx Hacienda. HEX triplet: A7, 86 and 14. RGB value is (167,134,20). Sum of RGB (Red+Green+Blue) = 167+134+20=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A78614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78614 is #5879EB. Grayscale: #838383. Windows color (decimal): -5798380 or 1345191. OLE color: 1345191.

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

Color convert

RGB16713420-
CMYK00.200.880.35
HSL46.53º78.61%36.67%-
HSV(B)46.53º88.02%65.49%-
XYZ24.5925.324.25-
YUV130.8765.43153.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=52.02%
G=41.74%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671342000.200.880.3546.5378.6136.67
HexA7861401458232f4f25
Octal24720624024130435711745
Binary10100111100001101010001010010110001000111011111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78614; }

 p { color: rgb(167,134,20); }

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

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

 a { background-color: rgb(167,134,20); }

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

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

 span { border-color: rgb(167,134,20); }

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