Html Css Color HEX #AAB8A8 Rainee

📋 copy color: '#AAB8A8'

red 170 ◦ green 184 ◦ blue 168

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

Shades of Rainee #AAB8A8

Tints of Rainee #AAB8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 32.57%
G = 35.25%
B = 32.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#AAB8A8 (or 0xAAB8A8) is known color: Rainee. HEX triplet: AA, B8 and A8. RGB value is (170,184,168). Sum of RGB (Red+Green+Blue) = 170+184+168=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8A8 is #554757. Grayscale: #B2B2B2. Windows color (decimal): -5588824 or 11057322. OLE color: 11057322.

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

Color convert

RGB 170 184 168 -
CMYK 0.08 0 0.09 0.28
HSL 112.5º 0.1% 0.69% -
HSV(B) 112.5º 0.09% 0.72% -
XYZ 40.79 45.65 43.71 -
YUV 177.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 170 184 168 0.08 0 0.09 0.28 112.5 0.1 0.69
Hex AA B8 A8 8 0 9 1C 70 A 45
Octal 252 270 250 10 0 11 34 160 12 105
Binary 10101010 10111000 10101000 1000 0 1001 11100 1110000 1010 1000101

Color Harmonies of #AAB8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8A8

Black with #AAB8A8

Text Example


Text Example

White with #AAB8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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