Html Css Color HEX #AAC69D Spring Rain

📋 copy color: '#AAC69D'

red 170 ◦ green 198 ◦ blue 157

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

Shades of Spring Rain #AAC69D

Tints of Spring Rain #AAC69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 32.38%
G = 37.71%
B = 29.9%

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

#AAC69D (or 0xAAC69D) is known color: Spring Rain. HEX triplet: AA, C6 and 9D. RGB value is (170,198,157). Sum of RGB (Red+Green+Blue) = 170+198+157=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC69D is #553962. Grayscale: #B9B9B9. Windows color (decimal): -5585251 or 10340010. OLE color: 10340010.

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

Color convert

RGB 170 198 157 -
CMYK 0.14 0 0.21 0.22
HSL 100.98º 0.26% 0.7% -
HSV(B) 100.98º 0.21% 0.78% -
XYZ 42.86 51.37 39.55 -
YUV 184.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 170 198 157 0.14 0 0.21 0.22 100.98 0.26 0.7
Hex AA C6 9D E 0 15 16 65 1A 46
Octal 252 306 235 16 0 25 26 145 32 106
Binary 10101010 11000110 10011101 1110 0 10101 10110 1100101 11010 1000110

Color Harmonies of #AAC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC69D

Black with #AAC69D

Text Example


Text Example

White with #AAC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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