#9A8A8B

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

Shades of Venus #9A8A8B

Tints of Venus #9A8A8B

Color information

#9A8A8B (or 0x9A8A8B) is unknown color: approx Venus. HEX triplet: 9A, 8A and 8B. RGB value is (154,138,139). Sum of RGB (Red+Green+Blue) = 154+138+139=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8A8B is #657574. Grayscale: #8E8E8E. Windows color (decimal): -6649205 or 9144986. OLE color: 9144986.

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

Color convert

RGB154138139-
CMYK00.100.100.40
HSL356.25º7.34%57.25%-
HSV(B)356.25º10.39%60.39%-
XYZ27.0826.9128.19-
YUV142.9125.8135.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=35.73%
G=32.02%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413813900.100.100.40356.257.3457.25
Hex9A8A8B0AA28164739
Octal2322122130121250544771
Binary100110101000101010001011010101010101000101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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