#A78417

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

Shades of Hacienda #A78417

Tints of Hacienda #A78417

Color information

#A78417 (or 0xA78417) is unknown color: approx Hacienda. HEX triplet: A7, 84 and 17. RGB value is (167,132,23). Sum of RGB (Red+Green+Blue) = 167+132+23=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A78417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78417 is #587BE8. Grayscale: #828282. Windows color (decimal): -5798889 or 1541287. OLE color: 1541287.

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

Color convert

RGB16713223-
CMYK00.210.860.35
HSL45.42º75.79%37.25%-
HSV(B)45.42º86.23%65.49%-
XYZ24.3424.784.31-
YUV130.0467.6154.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.86%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 23 (9.38% from 255) = 7.14%
R=51.86%
G=40.99%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671322300.210.860.3545.4275.7937.25
HexA7841701556232d4c25
Octal24720427025126435511445
Binary10100111100001001011101010110101101000111011011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78417; }

 p { color: rgb(167,132,23); }

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

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

 a { background-color: rgb(167,132,23); }

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

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

 span { border-color: rgb(167,132,23); }

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