Html Css Color HEX #AAC99C Spring Rain

📋 copy color: '#AAC99C'

red 170 ◦ green 201 ◦ blue 156

#AAC99C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #AAC99C

Tints of Spring Rain #AAC99C

RGB

 RED value IS 170 (66.8% from 255) = 32.26%

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 156 (61.33% from 255) = 29.6%

R = 32.26%
G = 38.14%
B = 29.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#AAC99C (or 0xAAC99C) is known color: Spring Rain. HEX triplet: AA, C9 and 9C. RGB value is (170,201,156). Sum of RGB (Red+Green+Blue) = 170+201+156=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC99C is #553663. Grayscale: #BABABA. Windows color (decimal): -5584484 or 10275242. OLE color: 10275242.

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

Color convert

RGB 170 201 156 -
CMYK 0.15 0 0.22 0.21
HSL 101.33º 0.29% 0.7% -
HSV(B) 101.33º 0.22% 0.79% -
XYZ 43.46 52.72 39.34 -
YUV 186.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 170 201 156 0.15 0 0.22 0.21 101.33 0.29 0.7
Hex AA C9 9C F 0 16 15 65 1D 46
Octal 252 311 234 17 0 26 25 145 35 106
Binary 10101010 11001001 10011100 1111 0 10110 10101 1100101 11101 1000110

Color Harmonies of #AAC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC99C

Black with #AAC99C

Text Example


Text Example

White with #AAC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC99C; }

 p { color: rgb(170,201,156); }

 H1.HeaderClassName
 {
   color: #AAC99C;
 }
 .AnyTagClassName
 {
   color: #AAC99C;
 }
</style>

background-color css

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

 a { background-color: rgb(170,201,156); }

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

border-color css

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

 span { border-color: rgb(170,201,156); }

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