Html Css Color HEX #AABCA7 Spring Rain

📋 copy color: '#AABCA7'

red 170 ◦ green 188 ◦ blue 167

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

Shades of Spring Rain #AABCA7

Tints of Spring Rain #AABCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.81%

R = 32.38%
G = 35.81%
B = 31.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#AABCA7 (or 0xAABCA7) is known color: Spring Rain. HEX triplet: AA, BC and A7. RGB value is (170,188,167). Sum of RGB (Red+Green+Blue) = 170+188+167=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCA7 is #554358. Grayscale: #B4B4B4. Windows color (decimal): -5587801 or 10992810. OLE color: 10992810.

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

Color convert

RGB 170 188 167 -
CMYK 0.10 0 0.11 0.26
HSL 111.43º 0.14% 0.7% -
HSV(B) 111.43º 0.11% 0.74% -
XYZ 41.54 47.3 43.5 -
YUV 180.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 170 188 167 0.10 0 0.11 0.26 111.43 0.14 0.7
Hex AA BC A7 A 0 B 1A 6F E 46
Octal 252 274 247 12 0 13 32 157 16 106
Binary 10101010 10111100 10100111 1010 0 1011 11010 1101111 1110 1000110

Color Harmonies of #AABCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCA7

Black with #AABCA7

Text Example


Text Example

White with #AABCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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