#AAB4A4

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

Shades of Spring Rain #AAB4A4

Tints of Spring Rain #AAB4A4

Color information

#AAB4A4 (or 0xAAB4A4) is unknown color: approx Spring Rain. HEX triplet: AA, B4 and A4. RGB value is (170,180,164). Sum of RGB (Red+Green+Blue) = 170+180+164=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A4 is #554B5B. Grayscale: #AFAFAF. Windows color (decimal): -5589852 or 10794154. OLE color: 10794154.

HSL color Cylindrical-coordinate representation of color #AAB4A4: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB4A4 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB170180164-
CMYK0.0600.090.29
HSL97.5º9.64%67.45%-
HSV(B)97.5º8.89%70.59%-
XYZ39.643.8741.5-
YUV175.19121.69124.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=33.07%
G=35.02%
B=31.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801640.0600.090.2997.59.6467.45
HexAAB4A46091D61a43
Octal25226424460113514112103
Binary1010101010110100101001001100100111101110000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A4; }

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

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

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

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

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

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

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

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