Html Css Color HEX #AAC29C Spring Rain

📋 copy color: '#AAC29C'

red 170 ◦ green 194 ◦ blue 156

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

Shades of Spring Rain #AAC29C

Tints of Spring Rain #AAC29C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 32.69%
G = 37.31%
B = 30%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#AAC29C (or 0xAAC29C) is known color: Spring Rain. HEX triplet: AA, C2 and 9C. RGB value is (170,194,156). Sum of RGB (Red+Green+Blue) = 170+194+156=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC29C is #553D63. Grayscale: #B6B6B6. Windows color (decimal): -5586276 or 10273450. OLE color: 10273450.

HSL color Cylindrical-coordinate representation of color #AAC29C: hue angle of 97.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC29C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 156 -
CMYK 0.12 0 0.20 0.24
HSL 97.89º 0.24% 0.69% -
HSV(B) 97.89º 0.2% 0.76% -
XYZ 41.87 49.53 38.81 -
YUV 182.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 170 194 156 0.12 0 0.20 0.24 97.89 0.24 0.69
Hex AA C2 9C C 0 14 18 62 18 45
Octal 252 302 234 14 0 24 30 142 30 105
Binary 10101010 11000010 10011100 1100 0 10100 11000 1100010 11000 1000101

Color Harmonies of #AAC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC29C

Black with #AAC29C

Text Example


Text Example

White with #AAC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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