#9A8F80

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

Shades of Heathered Grey #9A8F80

Tints of Heathered Grey #9A8F80

Color information

#9A8F80 (or 0x9A8F80) is unknown color: approx Heathered Grey. HEX triplet: 9A, 8F and 80. RGB value is (154,143,128). Sum of RGB (Red+Green+Blue) = 154+143+128=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8F80 is #65707F. Grayscale: #909090. Windows color (decimal): -6647936 or 8425370. OLE color: 8425370.

HSL color Cylindrical-coordinate representation of color #9A8F80: hue angle of 34.62º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A8F80 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB154143128-
CMYK00.070.170.40
HSL34.62º11.4%55.29%-
HSV(B)34.62º16.88%60.39%-
XYZ27.0528.0724.42-
YUV144.58118.64134.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=36.24%
G=33.65%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414312800.070.170.4034.6211.455.29
Hex9A8F8007112823b37
Octal232217200072150431367
Binary1001101010001111100000000111100011010001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,143,128); }

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

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

 a { background-color: rgb(154,143,128); }

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

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

 span { border-color: rgb(154,143,128); }

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