Html Css Color HEX #AAC69C Spring Rain

📋 copy color: '#AAC69C'

red 170 ◦ green 198 ◦ blue 156

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

Shades of Spring Rain #AAC69C

Tints of Spring Rain #AAC69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

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

R = 32.44%
G = 37.79%
B = 29.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#AAC69C (or 0xAAC69C) is known color: Spring Rain. HEX triplet: AA, C6 and 9C. RGB value is (170,198,156). Sum of RGB (Red+Green+Blue) = 170+198+156=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC69C is #553963. Grayscale: #B8B8B8. Windows color (decimal): -5585252 or 10274474. OLE color: 10274474.

HSL color Cylindrical-coordinate representation of color #AAC69C: hue angle of 100º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC69C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 156 -
CMYK 0.14 0 0.21 0.22
HSL 100º 0.27% 0.69% -
HSV(B) 100º 0.21% 0.78% -
XYZ 42.77 51.33 39.11 -
YUV 184.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 170 198 156 0.14 0 0.21 0.22 100 0.27 0.69
Hex AA C6 9C E 0 15 16 64 1B 45
Octal 252 306 234 16 0 25 26 144 33 105
Binary 10101010 11000110 10011100 1110 0 10101 10110 1100100 11011 1000101

Color Harmonies of #AAC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC69C

Black with #AAC69C

Text Example


Text Example

White with #AAC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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