Html Css Color HEX #AAC09C Spring Rain

📋 copy color: '#AAC09C'

red 170 ◦ green 192 ◦ blue 156

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

Shades of Spring Rain #AAC09C

Tints of Spring Rain #AAC09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 32.82%
G = 37.07%
B = 30.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AAC09C (or 0xAAC09C) is known color: Spring Rain. HEX triplet: AA, C0 and 9C. RGB value is (170,192,156). Sum of RGB (Red+Green+Blue) = 170+192+156=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09C is #553F63. Grayscale: #B5B5B5. Windows color (decimal): -5586788 or 10272938. OLE color: 10272938.

HSL color Cylindrical-coordinate representation of color #AAC09C: hue angle of 96.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC09C is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 156 -
CMYK 0.11 0 0.19 0.25
HSL 96.67º 0.22% 0.68% -
HSV(B) 96.67º 0.19% 0.75% -
XYZ 41.43 48.65 38.66 -
YUV 181.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 170 192 156 0.11 0 0.19 0.25 96.67 0.22 0.68
Hex AA C0 9C B 0 13 19 61 16 44
Octal 252 300 234 13 0 23 31 141 26 104
Binary 10101010 11000000 10011100 1011 0 10011 11001 1100001 10110 1000100

Color Harmonies of #AAC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC09C

Black with #AAC09C

Text Example


Text Example

White with #AAC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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