Html Css Color HEX #AACA9C Spring Rain

📋 copy color: '#AACA9C'

red 170 ◦ green 202 ◦ blue 156

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

Shades of Spring Rain #AACA9C

Tints of Spring Rain #AACA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

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

R = 32.2%
G = 38.26%
B = 29.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#AACA9C (or 0xAACA9C) is known color: Spring Rain. HEX triplet: AA, CA and 9C. RGB value is (170,202,156). Sum of RGB (Red+Green+Blue) = 170+202+156=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9C is #553563. Grayscale: #BBBBBB. Windows color (decimal): -5584228 or 10275498. OLE color: 10275498.

HSL color Cylindrical-coordinate representation of color #AACA9C: hue angle of 101.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACA9C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 156 -
CMYK 0.16 0 0.23 0.21
HSL 101.74º 0.3% 0.7% -
HSV(B) 101.74º 0.23% 0.79% -
XYZ 43.7 53.19 39.42 -
YUV 187.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 170 202 156 0.16 0 0.23 0.21 101.74 0.3 0.7
Hex AA CA 9C 10 0 17 15 66 1E 46
Octal 252 312 234 20 0 27 25 146 36 106
Binary 10101010 11001010 10011100 10000 0 10111 10101 1100110 11110 1000110

Color Harmonies of #AACA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA9C

Black with #AACA9C

Text Example


Text Example

White with #AACA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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