#AAB8A4

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

Shades of Spring Rain #AAB8A4

Tints of Spring Rain #AAB8A4

Color information

#AAB8A4 (or 0xAAB8A4) is unknown color: approx Spring Rain. HEX triplet: AA, B8 and A4. RGB value is (170,184,164). Sum of RGB (Red+Green+Blue) = 170+184+164=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A4 is #55475B. Grayscale: #B1B1B1. Windows color (decimal): -5588828 or 10795178. OLE color: 10795178.

HSL color Cylindrical-coordinate representation of color #AAB8A4: hue angle of 102º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB8A4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB170184164-
CMYK0.0800.110.28
HSL102º12.35%68.24%-
HSV(B)102º10.87%72.16%-
XYZ40.4245.5141.78-
YUV177.53120.36122.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=32.82%
G=35.52%
B=31.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841640.0800.110.2810212.3568.24
HexAAB8A480B1C66c44
Octal252270244100133414614104
Binary10101010101110001010010010000101111100110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8A4; }

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

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

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

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

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

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

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

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