Html Css Color HEX #AACA9A Spring Rain

📋 copy color: '#AACA9A'

red 170 ◦ green 202 ◦ blue 154

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

Shades of Spring Rain #AACA9A

Tints of Spring Rain #AACA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.28%

R = 32.32%
G = 38.4%
B = 29.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#AACA9A (or 0xAACA9A) is known color: Spring Rain. HEX triplet: AA, CA and 9A. RGB value is (170,202,154). Sum of RGB (Red+Green+Blue) = 170+202+154=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9A is #553565. Grayscale: #BBBBBB. Windows color (decimal): -5584230 or 10144426. OLE color: 10144426.

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

Color convert

RGB 170 202 154 -
CMYK 0.16 0 0.24 0.21
HSL 100º 0.31% 0.7% -
HSV(B) 100º 0.24% 0.79% -
XYZ 43.53 53.12 38.53 -
YUV 186.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 170 202 154 0.16 0 0.24 0.21 100 0.31 0.7
Hex AA CA 9A 10 0 18 15 64 1F 46
Octal 252 312 232 20 0 30 25 144 37 106
Binary 10101010 11001010 10011010 10000 0 11000 10101 1100100 11111 1000110

Color Harmonies of #AACA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA9A

Black with #AACA9A

Text Example


Text Example

White with #AACA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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