Html Css Color HEX #AAB0AA Rainee

📋 copy color: '#AAB0AA'

red 170 ◦ green 176 ◦ blue 170

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

Shades of Rainee #AAB0AA

Tints of Rainee #AAB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

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

R = 32.95%
G = 34.11%
B = 32.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AAB0AA (or 0xAAB0AA) is known color: Rainee. HEX triplet: AA, B0 and AA. RGB value is (170,176,170). Sum of RGB (Red+Green+Blue) = 170+176+170=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AA is #554F55. Grayscale: #ADADAD. Windows color (decimal): -5590870 or 11186346. OLE color: 11186346.

HSL color Cylindrical-coordinate representation of color #AAB0AA: 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.03%. Process color model (Four color, CMYK) of #AAB0AA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 170 -
CMYK 0.03 0 0.03 0.31
HSL 120º 0.04% 0.68% -
HSV(B) 120º 0.03% 0.69% -
XYZ 39.36 42.5 44.16 -
YUV 173.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 170 176 170 0.03 0 0.03 0.31 120 0.04 0.68
Hex AA B0 AA 3 0 3 1F 78 4 44
Octal 252 260 252 3 0 3 37 170 4 104
Binary 10101010 10110000 10101010 11 0 11 11111 1111000 100 1000100

Color Harmonies of #AAB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0AA

Black with #AAB0AA

Text Example


Text Example

White with #AAB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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