Html Css Color HEX #AAB8A2 Spring Rain

📋 copy color: '#AAB8A2'

red 170 ◦ green 184 ◦ blue 162

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

Shades of Spring Rain #AAB8A2

Tints of Spring Rain #AAB8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.4%

R = 32.95%
G = 35.66%
B = 31.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#AAB8A2 (or 0xAAB8A2) is known color: Spring Rain. HEX triplet: AA, B8 and A2. RGB value is (170,184,162). Sum of RGB (Red+Green+Blue) = 170+184+162=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A2 is #55475D. Grayscale: #B1B1B1. Windows color (decimal): -5588830 or 10664106. OLE color: 10664106.

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

Color convert

RGB 170 184 162 -
CMYK 0.08 0 0.12 0.28
HSL 98.18º 0.13% 0.68% -
HSV(B) 98.18º 0.12% 0.72% -
XYZ 40.24 45.44 40.83 -
YUV 177.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 170 184 162 0.08 0 0.12 0.28 98.18 0.13 0.68
Hex AA B8 A2 8 0 C 1C 62 D 44
Octal 252 270 242 10 0 14 34 142 15 104
Binary 10101010 10111000 10100010 1000 0 1100 11100 1100010 1101 1000100

Color Harmonies of #AAB8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8A2

Black with #AAB8A2

Text Example


Text Example

White with #AAB8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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