#9A8417

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

Shades of Hacienda #9A8417

Tints of Hacienda #9A8417

Color information

#9A8417 (or 0x9A8417) is unknown color: approx Hacienda. HEX triplet: 9A, 84 and 17. RGB value is (154,132,23). Sum of RGB (Red+Green+Blue) = 154+132+23=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8417 is #657BE8. Grayscale: #7E7E7E. Windows color (decimal): -6650857 or 1541274. OLE color: 1541274.

HSL color Cylindrical-coordinate representation of color #9A8417: hue angle of 49.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A8417 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB15413223-
CMYK00.140.850.40
HSL49.92º74.01%34.71%-
HSV(B)49.92º85.06%60.39%-
XYZ21.7323.434.19-
YUV126.1569.79147.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 23 (9.38% from 255) = 7.44%
R=49.84%
G=42.72%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541322300.140.850.4049.9274.0134.71
Hex9A84170E5528324a23
Octal23220427016125506211243
Binary1001101010000100101110111010101011010001100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8417; }

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

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

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

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

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

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

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

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