Html Css Color HEX #AABAA4 Spring Rain

📋 copy color: '#AABAA4'

red 170 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #AABAA4

Tints of Spring Rain #AABAA4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 164 (64.45% from 255) = 31.54%

R = 32.69%
G = 35.77%
B = 31.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#AABAA4 (or 0xAABAA4) is known color: Spring Rain. HEX triplet: AA, BA and A4. RGB value is (170,186,164). Sum of RGB (Red+Green+Blue) = 170+186+164=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAA4 is #55455B. Grayscale: #B2B2B2. Windows color (decimal): -5588316 or 10795690. OLE color: 10795690.

HSL color Cylindrical-coordinate representation of color #AABAA4: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABAA4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 164 -
CMYK 0.09 0 0.12 0.27
HSL 103.64º 0.14% 0.69% -
HSV(B) 103.64º 0.12% 0.73% -
XYZ 40.84 46.34 41.91 -
YUV 178.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 170 186 164 0.09 0 0.12 0.27 103.64 0.14 0.69
Hex AA BA A4 9 0 C 1B 68 E 45
Octal 252 272 244 11 0 14 33 150 16 105
Binary 10101010 10111010 10100100 1001 0 1100 11011 1101000 1110 1000101

Color Harmonies of #AABAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAA4

Black with #AABAA4

Text Example


Text Example

White with #AABAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAA4; }

 p { color: rgb(170,186,164); }

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

background-color css

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

 a { background-color: rgb(170,186,164); }

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

border-color css

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

 span { border-color: rgb(170,186,164); }

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