#9A808A

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

Shades of Venus #9A808A

Tints of Venus #9A808A

Color information

#9A808A (or 0x9A808A) is unknown color: approx Venus. HEX triplet: 9A, 80 and 8A. RGB value is (154,128,138). Sum of RGB (Red+Green+Blue) = 154+128+138=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A808A is #657F75. Grayscale: #888888. Windows color (decimal): -6651766 or 9076890. OLE color: 9076890.

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

Color convert

RGB154128138-
CMYK00.170.100.40
HSL336.92º11.4%55.29%-
HSV(B)336.92º16.88%60.39%-
XYZ25.6324.1427.35-
YUV136.91128.61140.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=36.67%
G=30.48%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412813800.170.100.40336.9211.455.29
Hex9A808A011A28151b37
Octal23220021202112505211367
Binary10011010100000001000101001000110101010001010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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