#9A8A12

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

Shades of Hacienda #9A8A12

Tints of Hacienda #9A8A12

Color information

#9A8A12 (or 0x9A8A12) is unknown color: approx Hacienda. HEX triplet: 9A, 8A and 12. RGB value is (154,138,18). Sum of RGB (Red+Green+Blue) = 154+138+18=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8A12 is #6575ED. Grayscale: #818181. Windows color (decimal): -6649326 or 1215130. OLE color: 1215130.

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

Color convert

RGB15413818-
CMYK00.100.880.40
HSL52.94º79.07%33.73%-
HSV(B)52.94º88.31%60.39%-
XYZ22.5225.094.23-
YUV129.165.3145.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 18 (7.42% from 255) = 5.81%
R=49.68%
G=44.52%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541381800.100.880.4052.9479.0733.73
Hex9A8A120A5828354f22
Octal23221222012130506511742
Binary1001101010001010100100101010110001010001101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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