#9A8915

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

Shades of Hacienda #9A8915

Tints of Hacienda #9A8915

Color information

#9A8915 (or 0x9A8915) is unknown color: approx Hacienda. HEX triplet: 9A, 89 and 15. RGB value is (154,137,21). Sum of RGB (Red+Green+Blue) = 154+137+21=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8915 is #6576EA. Grayscale: #818181. Windows color (decimal): -6649579 or 1411482. OLE color: 1411482.

HSL color Cylindrical-coordinate representation of color #9A8915: hue angle of 52.33º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A8915 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15413721-
CMYK00.110.860.40
HSL52.33º76%34.31%-
HSV(B)52.33º86.36%60.39%-
XYZ22.4124.824.32-
YUV128.8667.13145.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 21 (8.59% from 255) = 6.73%
R=49.36%
G=43.91%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541372100.110.860.4052.337634.31
Hex9A89150B5628344c22
Octal23221125013126506411442
Binary1001101010001001101010101110101101010001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,137,21); }

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

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

 a { background-color: rgb(154,137,21); }

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

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

 span { border-color: rgb(154,137,21); }

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