#9A8815

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

Shades of Hacienda #9A8815

Tints of Hacienda #9A8815

Color information

#9A8815 (or 0x9A8815) is unknown color: approx Hacienda. HEX triplet: 9A, 88 and 15. RGB value is (154,136,21). Sum of RGB (Red+Green+Blue) = 154+136+21=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8815 is #6577EA. Grayscale: #808080. Windows color (decimal): -6649835 or 1411226. OLE color: 1411226.

HSL color Cylindrical-coordinate representation of color #9A8815: hue angle of 51.88º 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 #9A8815 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15413621-
CMYK00.120.860.40
HSL51.88º76%34.31%-
HSV(B)51.88º86.36%60.39%-
XYZ22.2724.534.27-
YUV128.2767.46146.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.52%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 21 (8.59% from 255) = 6.75%
R=49.52%
G=43.73%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541362100.120.860.4051.887634.31
Hex9A88150C5628344c22
Octal23221025014126506411442
Binary1001101010001000101010110010101101010001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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