Html Css Color HEX #AAC29B Spring Rain

📋 copy color: '#AAC29B'

red 170 ◦ green 194 ◦ blue 155

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

Shades of Spring Rain #AAC29B

Tints of Spring Rain #AAC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 32.76%
G = 37.38%
B = 29.87%

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

#AAC29B (or 0xAAC29B) is known color: Spring Rain. HEX triplet: AA, C2 and 9B. RGB value is (170,194,155). Sum of RGB (Red+Green+Blue) = 170+194+155=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC29B is #553D64. Grayscale: #B6B6B6. Windows color (decimal): -5586277 or 10207914. OLE color: 10207914.

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

Color convert

RGB 170 194 155 -
CMYK 0.12 0 0.20 0.24
HSL 96.92º 0.24% 0.68% -
HSV(B) 96.92º 0.2% 0.76% -
XYZ 41.79 49.5 38.36 -
YUV 182.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 170 194 155 0.12 0 0.20 0.24 96.92 0.24 0.68
Hex AA C2 9B C 0 14 18 61 18 44
Octal 252 302 233 14 0 24 30 141 30 104
Binary 10101010 11000010 10011011 1100 0 10100 11000 1100001 11000 1000100

Color Harmonies of #AAC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC29B

Black with #AAC29B

Text Example


Text Example

White with #AAC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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