Html Css Color HEX #AAB8A6 Spring Rain

📋 copy color: '#AAB8A6'

red 170 ◦ green 184 ◦ blue 166

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

Shades of Spring Rain #AAB8A6

Tints of Spring Rain #AAB8A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.92%

R = 32.69%
G = 35.38%
B = 31.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#AAB8A6 (or 0xAAB8A6) is known color: Spring Rain. HEX triplet: AA, B8 and A6. RGB value is (170,184,166). Sum of RGB (Red+Green+Blue) = 170+184+166=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A6 is #554759. Grayscale: #B1B1B1. Windows color (decimal): -5588826 or 10926250. OLE color: 10926250.

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

Color convert

RGB 170 184 166 -
CMYK 0.08 0 0.10 0.28
HSL 106.67º 0.11% 0.69% -
HSV(B) 106.67º 0.1% 0.72% -
XYZ 40.6 45.58 42.73 -
YUV 177.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 170 184 166 0.08 0 0.10 0.28 106.67 0.11 0.69
Hex AA B8 A6 8 0 A 1C 6B B 45
Octal 252 270 246 10 0 12 34 153 13 105
Binary 10101010 10111000 10100110 1000 0 1010 11100 1101011 1011 1000101

Color Harmonies of #AAB8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8A6

Black with #AAB8A6

Text Example


Text Example

White with #AAB8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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