Html Css Color HEX #A8AA9F Green Spring

📋 copy color: '#A8AA9F'

red 168 ◦ green 170 ◦ blue 159

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

Shades of Green Spring #A8AA9F

Tints of Green Spring #A8AA9F

RGB

 RED value IS 168 (66.02% from 255) = 33.8%

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

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 33.8%
G = 34.21%
B = 31.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#A8AA9F (or 0xA8AA9F) is known color: Green Spring. HEX triplet: A8, AA and 9F. RGB value is (168,170,159). Sum of RGB (Red+Green+Blue) = 168+170+159=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA9F is #575560. Grayscale: #A8A8A8. Windows color (decimal): -5723489 or 10463912. OLE color: 10463912.

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

Color convert

RGB 168 170 159 -
CMYK 0.01 0 0.06 0.33
HSL 70.91º 0.06% 0.65% -
HSV(B) 70.91º 0.06% 0.67% -
XYZ 36.78 39.58 38.5 -
YUV 168.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 168 170 159 0.01 0 0.06 0.33 70.91 0.06 0.65
Hex A8 AA 9F 1 0 6 21 47 6 41
Octal 250 252 237 1 0 6 41 107 6 101
Binary 10101000 10101010 10011111 1 0 110 100001 1000111 110 1000001

Color Harmonies of #A8AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA9F

Black with #A8AA9F

Text Example


Text Example

White with #A8AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA9F; }

 p { color: rgb(168,170,159); }

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

background-color css

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

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

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

border-color css

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

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

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