Html Css Color HEX #AAB1AA Rainee

📋 copy color: '#AAB1AA'

red 170 ◦ green 177 ◦ blue 170

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

Shades of Rainee #AAB1AA

Tints of Rainee #AAB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

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

R = 32.88%
G = 34.24%
B = 32.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AAB1AA (or 0xAAB1AA) is known color: Rainee. HEX triplet: AA, B1 and AA. RGB value is (170,177,170). Sum of RGB (Red+Green+Blue) = 170+177+170=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AA is #554E55. Grayscale: #AEAEAE. Windows color (decimal): -5590614 or 11186602. OLE color: 11186602.

HSL color Cylindrical-coordinate representation of color #AAB1AA: hue angle of 120º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAB1AA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 170 -
CMYK 0.04 0 0.04 0.31
HSL 120º 0.04% 0.68% -
HSV(B) 120º 0.04% 0.69% -
XYZ 39.56 42.89 44.22 -
YUV 174.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 170 177 170 0.04 0 0.04 0.31 120 0.04 0.68
Hex AA B1 AA 4 0 4 1F 78 4 44
Octal 252 261 252 4 0 4 37 170 4 104
Binary 10101010 10110001 10101010 100 0 100 11111 1111000 100 1000100

Color Harmonies of #AAB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1AA

Black with #AAB1AA

Text Example


Text Example

White with #AAB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1AA; }

 p { color: rgb(170,177,170); }

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

background-color css

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

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

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

border-color css

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

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

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