#9A8A57

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

Shades of Muesli #9A8A57

Tints of Muesli #9A8A57

Color information

#9A8A57 (or 0x9A8A57) is unknown color: approx Muesli. HEX triplet: 9A, 8A and 57. RGB value is (154,138,87). Sum of RGB (Red+Green+Blue) = 154+138+87=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A57 is #6575A8. Grayscale: #898989. Windows color (decimal): -6649257 or 5737114. OLE color: 5737114.

HSL color Cylindrical-coordinate representation of color #9A8A57: hue angle of 45.67º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8A57 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15413887-
CMYK00.100.440.40
HSL45.67º27.8%47.25%-
HSV(B)45.67º43.51%60.39%-
XYZ24.1425.7412.71-
YUV136.9799.8140.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=40.63%
G=36.41%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541388700.100.440.4045.6727.847.25
Hex9A8A570A2C282e1c2f
Octal2322121270125450563457
Binary100110101000101010101110101010110010100010111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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