#AAB8A3

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

Shades of Spring Rain #AAB8A3

Tints of Spring Rain #AAB8A3

Color information

#AAB8A3 (or 0xAAB8A3) is unknown color: approx Spring Rain. HEX triplet: AA, B8 and A3. RGB value is (170,184,163). Sum of RGB (Red+Green+Blue) = 170+184+163=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A3 is #55475C. Grayscale: #B1B1B1. Windows color (decimal): -5588829 or 10729642. OLE color: 10729642.

HSL color Cylindrical-coordinate representation of color #AAB8A3: hue angle of 100º degrees, saturation: 0.13, 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 #AAB8A3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB170184163-
CMYK0.0800.110.28
HSL100º12.88%68.04%-
HSV(B)100º11.41%72.16%-
XYZ40.3345.4741.3-
YUV177.42119.86122.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=32.88%
G=35.59%
B=31.53%

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
Decimal1701841630.0800.110.2810012.8868.04
HexAAB8A380B1C64d44
Octal252270243100133414415104
Binary10101010101110001010001110000101111100110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8A3; }

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

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

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

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

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

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

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

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