#AABBA4

Color #AABBA4 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #AABBA4

Tints of Spring Rain #AABBA4

Color information

#AABBA4 (or 0xAABBA4) is unknown color: approx Spring Rain. HEX triplet: AA, BB and A4. RGB value is (170,187,164). Sum of RGB (Red+Green+Blue) = 170+187+164=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBA4 is #55445B. Grayscale: #B3B3B3. Windows color (decimal): -5588060 or 10795946. OLE color: 10795946.

HSL color Cylindrical-coordinate representation of color #AABBA4: hue angle of 104.35º 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 #AABBA4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB170187164-
CMYK0.0900.120.27
HSL104.35º14.47%68.82%-
HSV(B)104.35º12.3%73.33%-
XYZ41.0546.7741.99-
YUV179.3119.37121.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=32.63%
G=35.89%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871640.0900.120.27104.3514.4768.82
HexAABBA490C1B68e45
Octal252273244110143315016105
Binary10101010101110111010010010010110011011110100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBA4; }

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

 H1.HeaderClassName
 {
   color: #AABBA4;
 }
 .AnyTagClassName
 {
   color: #AABBA4;
 }
</style>
background-color css

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

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

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

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

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

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