Html Css Color HEX #AAAF9B Green Spring

📋 copy color: '#AAAF9B'

red 170 ◦ green 175 ◦ blue 155

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

Shades of Green Spring #AAAF9B

Tints of Green Spring #AAAF9B

RGB

 RED value IS 170 (66.8% from 255) = 34%

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 155 (60.94% from 255) = 31%

R = 34%
G = 35%
B = 31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AAAF9B (or 0xAAAF9B) is known color: Green Spring. HEX triplet: AA, AF and 9B. RGB value is (170,175,155). Sum of RGB (Red+Green+Blue) = 170+175+155=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF9B is #555064. Grayscale: #ABABAB. Windows color (decimal): -5591141 or 10203050. OLE color: 10203050.

HSL color Cylindrical-coordinate representation of color #AAAF9B: hue angle of 75º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAAF9B is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 155 -
CMYK 0.03 0 0.11 0.31
HSL 75º 0.11% 0.65% -
HSV(B) 75º 0.11% 0.69% -
XYZ 37.82 41.57 37.04 -
YUV 171.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 170 175 155 0.03 0 0.11 0.31 75 0.11 0.65
Hex AA AF 9B 3 0 B 1F 4B B 41
Octal 252 257 233 3 0 13 37 113 13 101
Binary 10101010 10101111 10011011 11 0 1011 11111 1001011 1011 1000001

Color Harmonies of #AAAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF9B

Black with #AAAF9B

Text Example


Text Example

White with #AAAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF9B; }

 p { color: rgb(170,175,155); }

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

background-color css

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

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

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

border-color css

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

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

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