#9A8812

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

Shades of Hacienda #9A8812

Tints of Hacienda #9A8812

Color information

#9A8812 (or 0x9A8812) is unknown color: approx Hacienda. HEX triplet: 9A, 88 and 12. RGB value is (154,136,18). Sum of RGB (Red+Green+Blue) = 154+136+18=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8812 is #6577ED. Grayscale: #808080. Windows color (decimal): -6649838 or 1214618. OLE color: 1214618.

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

Color convert

RGB15413618-
CMYK00.120.880.40
HSL52.06º79.07%33.73%-
HSV(B)52.06º88.31%60.39%-
XYZ22.2424.524.13-
YUV127.9365.96146.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=50%
G=44.16%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541361800.120.880.4052.0679.0733.73
Hex9A88120C5828344f22
Octal23221022014130506411742
Binary1001101010001000100100110010110001010001101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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