Html Css Color HEX #AAAFA9 Spring Rain

📋 copy color: '#AAAFA9'

red 170 ◦ green 175 ◦ blue 169

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

Shades of Spring Rain #AAAFA9

Tints of Spring Rain #AAAFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.88%

R = 33.07%
G = 34.05%
B = 32.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AAAFA9 (or 0xAAAFA9) is known color: Spring Rain. HEX triplet: AA, AF and A9. RGB value is (170,175,169). Sum of RGB (Red+Green+Blue) = 170+175+169=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA9 is #555056. Grayscale: #ACACAC. Windows color (decimal): -5591127 or 11120554. OLE color: 11120554.

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

Color convert

RGB 170 175 169 -
CMYK 0.03 0 0.03 0.31
HSL 110º 0.04% 0.67% -
HSV(B) 110º 0.03% 0.69% -
XYZ 39.07 42.07 43.6 -
YUV 172.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 170 175 169 0.03 0 0.03 0.31 110 0.04 0.67
Hex AA AF A9 3 0 3 1F 6E 4 43
Octal 252 257 251 3 0 3 37 156 4 103
Binary 10101010 10101111 10101001 11 0 11 11111 1101110 100 1000011

Color Harmonies of #AAAFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFA9

Black with #AAAFA9

Text Example


Text Example

White with #AAAFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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