Html Css Color HEX #AAB6A6 Spring Rain

📋 copy color: '#AAB6A6'

red 170 ◦ green 182 ◦ blue 166

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

Shades of Spring Rain #AAB6A6

Tints of Spring Rain #AAB6A6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

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

R = 32.82%
G = 35.14%
B = 32.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#AAB6A6 (or 0xAAB6A6) is known color: Spring Rain. HEX triplet: AA, B6 and A6. RGB value is (170,182,166). Sum of RGB (Red+Green+Blue) = 170+182+166=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6A6 is #554959. Grayscale: #B0B0B0. Windows color (decimal): -5589338 or 10925738. OLE color: 10925738.

HSL color Cylindrical-coordinate representation of color #AAB6A6: hue angle of 105º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB6A6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 166 -
CMYK 0.07 0 0.09 0.29
HSL 105º 0.1% 0.68% -
HSV(B) 105º 0.09% 0.71% -
XYZ 40.19 44.76 42.6 -
YUV 176.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 170 182 166 0.07 0 0.09 0.29 105 0.1 0.68
Hex AA B6 A6 7 0 9 1D 69 A 44
Octal 252 266 246 7 0 11 35 151 12 104
Binary 10101010 10110110 10100110 111 0 1001 11101 1101001 1010 1000100

Color Harmonies of #AAB6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6A6

Black with #AAB6A6

Text Example


Text Example

White with #AAB6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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