#9a8515

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

Shades of Hacienda #9A8515

Tints of Hacienda #9A8515

Color information

#9A8515 (or 0x9A8515) is unknown color: approx Hacienda. HEX triplet: 9A, 85 and 15. RGB value is (154,133,21). Sum of RGB (Red+Green+Blue) = 154+133+21=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8515 is #657AEA. Grayscale: #7E7E7E. Windows color (decimal): -6650603 or 1410458. OLE color: 1410458.

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

Color convert

RGB15413321-
CMYK00.140.860.40
HSL50.53º76%34.31%-
HSV(B)50.53º86.36%60.39%-
XYZ21.8523.74.13-
YUV126.5168.46147.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=50%
G=43.18%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541332100.140.860.4050.537634.31
Hex9A85150E5628334c22
Octal23220525016126506311442
Binary1001101010000101101010111010101101010001100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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