Html Css Color HEX #AAB2AA Rainee

📋 copy color: '#AAB2AA'

red 170 ◦ green 178 ◦ blue 170

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

Shades of Rainee #AAB2AA

Tints of Rainee #AAB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 32.82%
G = 34.36%
B = 32.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#AAB2AA (or 0xAAB2AA) is known color: Rainee. HEX triplet: AA, B2 and AA. RGB value is (170,178,170). Sum of RGB (Red+Green+Blue) = 170+178+170=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2AA is #554D55. Grayscale: #AEAEAE. Windows color (decimal): -5590358 or 11186858. OLE color: 11186858.

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

Color convert

RGB 170 178 170 -
CMYK 0.04 0 0.04 0.30
HSL 120º 0.05% 0.68% -
HSV(B) 120º 0.04% 0.7% -
XYZ 39.75 43.29 44.29 -
YUV 174.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 170 178 170 0.04 0 0.04 0.30 120 0.05 0.68
Hex AA B2 AA 4 0 4 1E 78 5 44
Octal 252 262 252 4 0 4 36 170 5 104
Binary 10101010 10110010 10101010 100 0 100 11110 1111000 101 1000100

Color Harmonies of #AAB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2AA

Black with #AAB2AA

Text Example


Text Example

White with #AAB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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