Html Css Color HEX #AABCA5 Spring Rain

📋 copy color: '#AABCA5'

red 170 ◦ green 188 ◦ blue 165

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

Shades of Spring Rain #AABCA5

Tints of Spring Rain #AABCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

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

R = 32.5%
G = 35.95%
B = 31.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#AABCA5 (or 0xAABCA5) is known color: Spring Rain. HEX triplet: AA, BC and A5. RGB value is (170,188,165). Sum of RGB (Red+Green+Blue) = 170+188+165=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA5 is #55435A. Grayscale: #B4B4B4. Windows color (decimal): -5587803 or 10861738. OLE color: 10861738.

HSL color Cylindrical-coordinate representation of color #AABCA5: hue angle of 106.96º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABCA5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 165 -
CMYK 0.10 0 0.12 0.26
HSL 106.96º 0.15% 0.69% -
HSV(B) 106.96º 0.12% 0.74% -
XYZ 41.35 47.23 42.53 -
YUV 180 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 170 188 165 0.10 0 0.12 0.26 106.96 0.15 0.69
Hex AA BC A5 A 0 C 1A 6B F 45
Octal 252 274 245 12 0 14 32 153 17 105
Binary 10101010 10111100 10100101 1010 0 1100 11010 1101011 1111 1000101

Color Harmonies of #AABCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCA5

Black with #AABCA5

Text Example


Text Example

White with #AABCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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