Html Css Color HEX #AAC69F Spring Rain

📋 copy color: '#AAC69F'

red 170 ◦ green 198 ◦ blue 159

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

Shades of Spring Rain #AAC69F

Tints of Spring Rain #AAC69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.17%

R = 32.26%
G = 37.57%
B = 30.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#AAC69F (or 0xAAC69F) is known color: Spring Rain. HEX triplet: AA, C6 and 9F. RGB value is (170,198,159). Sum of RGB (Red+Green+Blue) = 170+198+159=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC69F is #553960. Grayscale: #B9B9B9. Windows color (decimal): -5585249 or 10471082. OLE color: 10471082.

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

Color convert

RGB 170 198 159 -
CMYK 0.14 0 0.20 0.22
HSL 103.08º 0.25% 0.7% -
HSV(B) 103.08º 0.2% 0.78% -
XYZ 43.03 51.44 40.46 -
YUV 185.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 170 198 159 0.14 0 0.20 0.22 103.08 0.25 0.7
Hex AA C6 9F E 0 14 16 67 19 46
Octal 252 306 237 16 0 24 26 147 31 106
Binary 10101010 11000110 10011111 1110 0 10100 10110 1100111 11001 1000110

Color Harmonies of #AAC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC69F

Black with #AAC69F

Text Example


Text Example

White with #AAC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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