Html Css Color HEX #ABBAA8 Rainee

📋 copy color: '#ABBAA8'

red 171 ◦ green 186 ◦ blue 168

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

Shades of Rainee #ABBAA8

Tints of Rainee #ABBAA8

RGB

 RED value IS 171 (67.19% from 255) = 32.57%

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 32.57%
G = 35.43%
B = 32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#ABBAA8 (or 0xABBAA8) is known color: Rainee. HEX triplet: AB, BA and A8. RGB value is (171,186,168). Sum of RGB (Red+Green+Blue) = 171+186+168=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA8 is #544557. Grayscale: #B3B3B3. Windows color (decimal): -5522776 or 11057835. OLE color: 11057835.

HSL color Cylindrical-coordinate representation of color #ABBAA8: hue angle of 110º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBAA8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 168 -
CMYK 0.08 0 0.10 0.27
HSL 110º 0.12% 0.69% -
HSV(B) 110º 0.1% 0.73% -
XYZ 41.42 46.6 43.86 -
YUV 179.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 171 186 168 0.08 0 0.10 0.27 110 0.12 0.69
Hex AB BA A8 8 0 A 1B 6E C 45
Octal 253 272 250 10 0 12 33 156 14 105
Binary 10101011 10111010 10101000 1000 0 1010 11011 1101110 1100 1000101

Color Harmonies of #ABBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAA8

Black with #ABBAA8

Text Example


Text Example

White with #ABBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAA8; }

 p { color: rgb(171,186,168); }

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

background-color css

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

 a { background-color: rgb(171,186,168); }

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

border-color css

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

 span { border-color: rgb(171,186,168); }

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