Html Css Color HEX #A9AAA5 Green Spring

📋 copy color: '#A9AAA5'

red 169 ◦ green 170 ◦ blue 165

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

Shades of Green Spring #A9AAA5

Tints of Green Spring #A9AAA5

RGB

 RED value IS 169 (66.41% from 255) = 33.53%

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

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 33.53%
G = 33.73%
B = 32.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#A9AAA5 (or 0xA9AAA5) is known color: Green Spring. HEX triplet: A9, AA and A5. RGB value is (169,170,165). Sum of RGB (Red+Green+Blue) = 169+170+165=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAA5 is #56555A. Grayscale: #A9A9A9. Windows color (decimal): -5657947 or 10857129. OLE color: 10857129.

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

Color convert

RGB 169 170 165 -
CMYK 0.01 0 0.03 0.33
HSL 72º 0.03% 0.66% -
HSV(B) 72º 0.03% 0.67% -
XYZ 37.53 39.9 41.32 -
YUV 169.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 169 170 165 0.01 0 0.03 0.33 72 0.03 0.66
Hex A9 AA A5 1 0 3 21 48 3 42
Octal 251 252 245 1 0 3 41 110 3 102
Binary 10101001 10101010 10100101 1 0 11 100001 1001000 11 1000010

Color Harmonies of #A9AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AAA5

Black with #A9AAA5

Text Example


Text Example

White with #A9AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AAA5; }

 p { color: rgb(169,170,165); }

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

background-color css

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

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

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

border-color css

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

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

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