Html Css Color HEX #9A888E Venus

📋 copy color: '#9A888E'

red 154 ◦ green 136 ◦ blue 142

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

Shades of Venus #9A888E

Tints of Venus #9A888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.48%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 35.65%
G = 31.48%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A888E (or 0x9A888E) is known color: Venus. HEX triplet: 9A, 88 and 8E. RGB value is (154,136,142). Sum of RGB (Red+Green+Blue) = 154+136+142=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A888E is #657771. Grayscale: #8E8E8E. Windows color (decimal): -6649714 or 9341082. OLE color: 9341082.

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

Color convert

RGB 154 136 142 -
CMYK 0 0.12 0.08 0.40
HSL 340º 0.08% 0.57% -
HSV(B) 340º 0.12% 0.6% -
XYZ 27.01 26.43 29.27 -
YUV 142.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 154 136 142 0 0.12 0.08 0.40 340 0.08 0.57
Hex 9A 88 8E 0 C 8 28 154 8 39
Octal 232 210 216 0 14 10 50 524 10 71
Binary 10011010 10001000 10001110 0 1100 1000 101000 101010100 1000 111001

Color Harmonies of #9A888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A888E

Black with #9A888E

Text Example


Text Example

White with #9A888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,136,142); }

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

background-color css

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

 a { background-color: rgb(154,136,142); }

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

border-color css

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

 span { border-color: rgb(154,136,142); }

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