Html Css Color HEX #AAAFA8 Spring Rain

📋 copy color: '#AAAFA8'

red 170 ◦ green 175 ◦ blue 168

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

Shades of Spring Rain #AAAFA8

Tints of Spring Rain #AAAFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 33.14%
G = 34.11%
B = 32.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AAAFA8 (or 0xAAAFA8) is known color: Spring Rain. HEX triplet: AA, AF and A8. RGB value is (170,175,168). Sum of RGB (Red+Green+Blue) = 170+175+168=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA8 is #555057. Grayscale: #ACACAC. Windows color (decimal): -5591128 or 11055018. OLE color: 11055018.

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

Color convert

RGB 170 175 168 -
CMYK 0.03 0 0.04 0.31
HSL 102.86º 0.04% 0.67% -
HSV(B) 102.86º 0.04% 0.69% -
XYZ 38.98 42.03 43.1 -
YUV 172.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 170 175 168 0.03 0 0.04 0.31 102.86 0.04 0.67
Hex AA AF A8 3 0 4 1F 67 4 43
Octal 252 257 250 3 0 4 37 147 4 103
Binary 10101010 10101111 10101000 11 0 100 11111 1100111 100 1000011

Color Harmonies of #AAAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFA8

Black with #AAAFA8

Text Example


Text Example

White with #AAAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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