#AACBA0

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

Shades of Spring Rain #AACBA0

Tints of Spring Rain #AACBA0

Color information

#AACBA0 (or 0xAACBA0) is unknown color: approx Spring Rain. HEX triplet: AA, CB and A0. RGB value is (170,203,160). Sum of RGB (Red+Green+Blue) = 170+203+160=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA0 is #55345F. Grayscale: #BCBCBC. Windows color (decimal): -5583968 or 10537898. OLE color: 10537898.

HSL color Cylindrical-coordinate representation of color #AACBA0: hue angle of 106.05º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB170203160-
CMYK0.1600.210.20
HSL106.05º29.25%71.18%-
HSV(B)106.05º21.18%79.61%-
XYZ44.2853.841.31-
YUV188.23112.07115-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=31.89%
G=38.09%
B=30.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031600.1600.210.20106.0529.2571.18
HexAACBA010015146a1d47
Octal252313240200252415235107
Binary10101010110010111010000010000010101101001101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBA0; }

 p { color: rgb(170,203,160); }

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

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

 a { background-color: rgb(170,203,160); }

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

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

 span { border-color: rgb(170,203,160); }

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