Html Css Color HEX #9AAA9A Mantle

📋 copy color: '#9AAA9A'

red 154 ◦ green 170 ◦ blue 154

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

Shades of Mantle #9AAA9A

Tints of Mantle #9AAA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

 BLUE value IS 154 (60.55% from 255) = 32.22%

R = 32.22%
G = 35.56%
B = 32.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9AAA9A (or 0x9AAA9A) is known color: Mantle. HEX triplet: 9A, AA and 9A. RGB value is (154,170,154). Sum of RGB (Red+Green+Blue) = 154+170+154=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA9A is #655565. Grayscale: #A3A3A3. Windows color (decimal): -6640998 or 10136218. OLE color: 10136218.

HSL color Cylindrical-coordinate representation of color #9AAA9A: hue angle of 120º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AAA9A is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 170 154 -
CMYK 0.09 0 0.09 0.33
HSL 120º 0.09% 0.64% -
HSV(B) 120º 0.09% 0.67% -
XYZ 33.53 37.95 36.13 -
YUV 163.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 154 170 154 0.09 0 0.09 0.33 120 0.09 0.64
Hex 9A AA 9A 9 0 9 21 78 9 40
Octal 232 252 232 11 0 11 41 170 11 100
Binary 10011010 10101010 10011010 1001 0 1001 100001 1111000 1001 1000000

Color Harmonies of #9AAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA9A

Black with #9AAA9A

Text Example


Text Example

White with #9AAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,170,154); }

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

background-color css

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

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

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

border-color css

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

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

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