Html Css Color HEX #9A868E Venus

📋 copy color: '#9A868E'

red 154 ◦ green 134 ◦ blue 142

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

Shades of Venus #9A868E

Tints of Venus #9A868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

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

R = 35.81%
G = 31.16%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A868E (or 0x9A868E) is known color: Venus. HEX triplet: 9A, 86 and 8E. RGB value is (154,134,142). Sum of RGB (Red+Green+Blue) = 154+134+142=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A868E is #657971. Grayscale: #8C8C8C. Windows color (decimal): -6650226 or 9340570. OLE color: 9340570.

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

Color convert

RGB 154 134 142 -
CMYK 0 0.13 0.08 0.40
HSL 336º 0.09% 0.56% -
HSV(B) 336º 0.13% 0.6% -
XYZ 26.73 25.87 29.18 -
YUV 140.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 154 134 142 0 0.13 0.08 0.40 336 0.09 0.56
Hex 9A 86 8E 0 D 8 28 150 9 38
Octal 232 206 216 0 15 10 50 520 11 70
Binary 10011010 10000110 10001110 0 1101 1000 101000 101010000 1001 111000

Color Harmonies of #9A868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A868E

Black with #9A868E

Text Example


Text Example

White with #9A868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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