Html Css Color HEX #AAB8A3 Spring Rain

📋 copy color: '#AAB8A3'

red 170 ◦ green 184 ◦ blue 163

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

Shades of Spring Rain #AAB8A3

Tints of Spring Rain #AAB8A3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 163 (64.06% from 255) = 31.53%

R = 32.88%
G = 35.59%
B = 31.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#AAB8A3 (or 0xAAB8A3) is known color: Spring Rain. HEX triplet: AA, B8 and A3. RGB value is (170,184,163). Sum of RGB (Red+Green+Blue) = 170+184+163=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A3 is #55475C. Grayscale: #B1B1B1. Windows color (decimal): -5588829 or 10729642. OLE color: 10729642.

HSL color Cylindrical-coordinate representation of color #AAB8A3: hue angle of 100º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB8A3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 163 -
CMYK 0.08 0 0.11 0.28
HSL 100º 0.13% 0.68% -
HSV(B) 100º 0.11% 0.72% -
XYZ 40.33 45.47 41.3 -
YUV 177.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 170 184 163 0.08 0 0.11 0.28 100 0.13 0.68
Hex AA B8 A3 8 0 B 1C 64 D 44
Octal 252 270 243 10 0 13 34 144 15 104
Binary 10101010 10111000 10100011 1000 0 1011 11100 1100100 1101 1000100

Color Harmonies of #AAB8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8A3

Black with #AAB8A3

Text Example


Text Example

White with #AAB8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8A3; }

 p { color: rgb(170,184,163); }

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

background-color css

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

 a { background-color: rgb(170,184,163); }

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

border-color css

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

 span { border-color: rgb(170,184,163); }

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