Html Css Color HEX #9A8288 Venus

📋 copy color: '#9A8288'

red 154 ◦ green 130 ◦ blue 136

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

Shades of Venus #9A8288

Tints of Venus #9A8288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 36.67%
G = 30.95%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A8288 (or 0x9A8288) is known color: Venus. HEX triplet: 9A, 82 and 88. RGB value is (154,130,136). Sum of RGB (Red+Green+Blue) = 154+130+136=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8288 is #657D77. Grayscale: #898989. Windows color (decimal): -6651256 or 8946330. OLE color: 8946330.

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

Color convert

RGB 154 130 136 -
CMYK 0 0.16 0.12 0.40
HSL 345º 0.11% 0.56% -
HSV(B) 345º 0.16% 0.6% -
XYZ 25.75 24.61 26.69 -
YUV 137.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 154 130 136 0 0.16 0.12 0.40 345 0.11 0.56
Hex 9A 82 88 0 10 C 28 159 B 38
Octal 232 202 210 0 20 14 50 531 13 70
Binary 10011010 10000010 10001000 0 10000 1100 101000 101011001 1011 111000

Color Harmonies of #9A8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8288

Black with #9A8288

Text Example


Text Example

White with #9A8288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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