Html Css Color HEX #9AAA99 Mantle

📋 copy color: '#9AAA99'

red 154 ◦ green 170 ◦ blue 153

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

Shades of Mantle #9AAA99

Tints of Mantle #9AAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 32.29%
G = 35.64%
B = 32.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#9AAA99 (or 0x9AAA99) is known color: Mantle. HEX triplet: 9A, AA and 99. RGB value is (154,170,153). Sum of RGB (Red+Green+Blue) = 154+170+153=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA99 is #655566. Grayscale: #A3A3A3. Windows color (decimal): -6640999 or 10070682. OLE color: 10070682.

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

Color convert

RGB 154 170 153 -
CMYK 0.09 0 0.1 0.33
HSL 116.47º 0.09% 0.63% -
HSV(B) 116.47º 0.1% 0.67% -
XYZ 33.45 37.92 35.69 -
YUV 163.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 154 170 153 0.09 0 0.1 0.33 116.47 0.09 0.63
Hex 9A AA 99 9 0 A 21 74 9 3F
Octal 232 252 231 11 0 12 41 164 11 77
Binary 10011010 10101010 10011001 1001 0 1010 100001 1110100 1001 111111

Color Harmonies of #9AAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA99

Black with #9AAA99

Text Example


Text Example

White with #9AAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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