#AACC99

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

Shades of Spring Rain #AACC99

Tints of Spring Rain #AACC99

Color information

#AACC99 (or 0xAACC99) is unknown color: approx Spring Rain. HEX triplet: AA, CC and 99. RGB value is (170,204,153). Sum of RGB (Red+Green+Blue) = 170+204+153=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC99 is #553366. Grayscale: #BCBCBC. Windows color (decimal): -5583719 or 10079402. OLE color: 10079402.

HSL color Cylindrical-coordinate representation of color #AACC99: hue angle of 100º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACC99 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB170204153-
CMYK0.1700.250.2
HSL100º33.33%70%-
HSV(B)100º25%80%-
XYZ43.9254.0338.25-
YUV188.02108.24115.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=32.26%
G=38.71%
B=29.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041530.1700.250.210033.3370
HexAACC991101914642146
Octal252314231210312414441106
Binary101010101100110010011001100010110011010011001001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC99; }

 p { color: rgb(170,204,153); }

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

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

 a { background-color: rgb(170,204,153); }

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

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

 span { border-color: rgb(170,204,153); }

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