#AACB9D

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

Shades of Spring Rain #AACB9D

Tints of Spring Rain #AACB9D

Color information

#AACB9D (or 0xAACB9D) is unknown color: approx Spring Rain. HEX triplet: AA, CB and 9D. RGB value is (170,203,157). Sum of RGB (Red+Green+Blue) = 170+203+157=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB9D is #553462. Grayscale: #BCBCBC. Windows color (decimal): -5583971 or 10341290. OLE color: 10341290.

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

Color convert

RGB170203157-
CMYK0.1600.230.20
HSL103.04º30.67%70.59%-
HSV(B)103.04º22.66%79.61%-
XYZ44.0253.6939.94-
YUV187.89110.57115.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=32.08%
G=38.30%
B=29.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031570.1600.230.20103.0430.6770.59
HexAACB9D1001714671f47
Octal252313235200272414737107
Binary10101010110010111001110110000010111101001100111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB9D; }

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

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

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

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

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

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

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

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