Html Css Color HEX #AAC7A5 Spring Rain

📋 copy color: '#AAC7A5'

red 170 ◦ green 199 ◦ blue 165

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

Shades of Spring Rain #AAC7A5

Tints of Spring Rain #AAC7A5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.27%

 BLUE value IS 165 (64.84% from 255) = 30.9%

R = 31.84%
G = 37.27%
B = 30.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#AAC7A5 (or 0xAAC7A5) is known color: Spring Rain. HEX triplet: AA, C7 and A5. RGB value is (170,199,165). Sum of RGB (Red+Green+Blue) = 170+199+165=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7A5 is #55385A. Grayscale: #BABABA. Windows color (decimal): -5584987 or 10864554. OLE color: 10864554.

HSL color Cylindrical-coordinate representation of color #AAC7A5: hue angle of 111.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC7A5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 165 -
CMYK 0.15 0 0.17 0.22
HSL 111.18º 0.23% 0.71% -
HSV(B) 111.18º 0.17% 0.78% -
XYZ 43.79 52.11 43.35 -
YUV 186.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 170 199 165 0.15 0 0.17 0.22 111.18 0.23 0.71
Hex AA C7 A5 F 0 11 16 6F 17 47
Octal 252 307 245 17 0 21 26 157 27 107
Binary 10101010 11000111 10100101 1111 0 10001 10110 1101111 10111 1000111

Color Harmonies of #AAC7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7A5

Black with #AAC7A5

Text Example


Text Example

White with #AAC7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7A5; }

 p { color: rgb(170,199,165); }

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

background-color css

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

 a { background-color: rgb(170,199,165); }

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

border-color css

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

 span { border-color: rgb(170,199,165); }

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