Html Css Color HEX #9A898A Venus

📋 copy color: '#9A898A'

red 154 ◦ green 137 ◦ blue 138

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

Shades of Venus #9A898A

Tints of Venus #9A898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 35.9%
G = 31.93%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A898A (or 0x9A898A) is known color: Venus. HEX triplet: 9A, 89 and 8A. RGB value is (154,137,138). Sum of RGB (Red+Green+Blue) = 154+137+138=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A898A is #657675. Grayscale: #8E8E8E. Windows color (decimal): -6649462 or 9079194. OLE color: 9079194.

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

Color convert

RGB 154 137 138 -
CMYK 0 0.11 0.10 0.40
HSL 356.47º 0.08% 0.57% -
HSV(B) 356.47º 0.11% 0.6% -
XYZ 26.86 26.6 27.76 -
YUV 142.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 154 137 138 0 0.11 0.10 0.40 356.47 0.08 0.57
Hex 9A 89 8A 0 B A 28 164 8 39
Octal 232 211 212 0 13 12 50 544 10 71
Binary 10011010 10001001 10001010 0 1011 1010 101000 101100100 1000 111001

Color Harmonies of #9A898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A898A

Black with #9A898A

Text Example


Text Example

White with #9A898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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