#AACA9B

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

Shades of Spring Rain #AACA9B

Tints of Spring Rain #AACA9B

Color information

#AACA9B (or 0xAACA9B) is unknown color: approx Spring Rain. HEX triplet: AA, CA and 9B. RGB value is (170,202,155). Sum of RGB (Red+Green+Blue) = 170+202+155=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9B is #553564. Grayscale: #BBBBBB. Windows color (decimal): -5584229 or 10209962. OLE color: 10209962.

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

Color convert

RGB170202155-
CMYK0.1600.230.21
HSL100.85º30.72%70%-
HSV(B)100.85º23.27%79.22%-
XYZ43.6153.1538.97-
YUV187.07109.9115.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=32.26%
G=38.33%
B=29.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021550.1600.230.21100.8530.7270
HexAACA9B1001715651f46
Octal252312233200272514537106
Binary10101010110010101001101110000010111101011100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA9B; }

 p { color: rgb(170,202,155); }

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

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

 a { background-color: rgb(170,202,155); }

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

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

 span { border-color: rgb(170,202,155); }

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