Html Css Color HEX #9A8A90 Venus

📋 copy color: '#9A8A90'

red 154 ◦ green 138 ◦ blue 144

#9A8A90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #9A8A90

Tints of Venus #9A8A90

RGB

 RED value IS 154 (60.55% from 255) = 35.32%

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 35.32%
G = 31.65%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A8A90 (or 0x9A8A90) is known color: Venus. HEX triplet: 9A, 8A and 90. RGB value is (154,138,144). Sum of RGB (Red+Green+Blue) = 154+138+144=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8A90 is #65756F. Grayscale: #8F8F8F. Windows color (decimal): -6649200 or 9472666. OLE color: 9472666.

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

Color convert

RGB 154 138 144 -
CMYK 0 0.10 0.06 0.40
HSL 337.5º 0.07% 0.57% -
HSV(B) 337.5º 0.1% 0.6% -
XYZ 27.45 27.06 30.16 -
YUV 143.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 154 138 144 0 0.10 0.06 0.40 337.5 0.07 0.57
Hex 9A 8A 90 0 A 6 28 152 7 39
Octal 232 212 220 0 12 6 50 522 7 71
Binary 10011010 10001010 10010000 0 1010 110 101000 101010010 111 111001

Color Harmonies of #9A8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8A90

Black with #9A8A90

Text Example


Text Example

White with #9A8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A8A90;
 }
 .AnyTagClassName
 {
   color: #9A8A90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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