Html Css Color HEX #AACA9B Spring Rain

📋 copy color: '#AACA9B'

red 170 ◦ green 202 ◦ blue 155

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

Shades of Spring Rain #AACA9B

Tints of Spring Rain #AACA9B

RGB

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

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

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

R = 32.26%
G = 38.33%
B = 29.41%

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

#AACA9B (or 0xAACA9B) is known color: Spring Rain. HEX triplet: AA, CA and 9B. RGB value is (170,202,155). Sum of RGB (Red+Green+Blue) = 170+202+155=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA9B is #553564. Grayscale: #BBBBBB. Windows color (decimal): -5584229 or 10209962. OLE color: 10209962.

HSL color Cylindrical-coordinate representation of color #AACA9B: hue angle of 100.85º degrees, saturation: 0.31, 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 #AACA9B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 155 -
CMYK 0.16 0 0.23 0.21
HSL 100.85º 0.31% 0.7% -
HSV(B) 100.85º 0.23% 0.79% -
XYZ 43.61 53.15 38.97 -
YUV 187.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 170 202 155 0.16 0 0.23 0.21 100.85 0.31 0.7
Hex AA CA 9B 10 0 17 15 65 1F 46
Octal 252 312 233 20 0 27 25 145 37 106
Binary 10101010 11001010 10011011 10000 0 10111 10101 1100101 11111 1000110

Color Harmonies of #AACA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA9B

Black with #AACA9B

Text Example


Text Example

White with #AACA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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