#A78217

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

Shades of Hacienda #A78217

Tints of Hacienda #A78217

Color information

#A78217 (or 0xA78217) is unknown color: approx Hacienda. HEX triplet: A7, 82 and 17. RGB value is (167,130,23). Sum of RGB (Red+Green+Blue) = 167+130+23=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A78217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78217 is #587DE8. Grayscale: #818181. Windows color (decimal): -5799401 or 1540775. OLE color: 1540775.

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

Color convert

RGB16713023-
CMYK00.220.860.35
HSL44.58º75.79%37.25%-
HSV(B)44.58º86.23%65.49%-
XYZ24.0724.244.22-
YUV128.8668.26155.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 23 (9.38% from 255) = 7.19%
R=52.19%
G=40.62%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671302300.220.860.3544.5875.7937.25
HexA7821701656232d4c25
Octal24720227026126435511445
Binary10100111100000101011101011010101101000111011011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78217; }

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

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

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

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

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

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

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

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