Html Css Color HEX #ABB9AA Rainee

📋 copy color: '#ABB9AA'

red 171 ◦ green 185 ◦ blue 170

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

Shades of Rainee #ABB9AA

Tints of Rainee #ABB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

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

R = 32.51%
G = 35.17%
B = 32.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#ABB9AA (or 0xABB9AA) is known color: Rainee. HEX triplet: AB, B9 and AA. RGB value is (171,185,170). Sum of RGB (Red+Green+Blue) = 171+185+170=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9AA is #544655. Grayscale: #B3B3B3. Windows color (decimal): -5523030 or 11188651. OLE color: 11188651.

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

Color convert

RGB 171 185 170 -
CMYK 0.08 0 0.08 0.27
HSL 116º 0.1% 0.7% -
HSV(B) 116º 0.08% 0.73% -
XYZ 41.4 46.26 44.78 -
YUV 179.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 171 185 170 0.08 0 0.08 0.27 116 0.1 0.7
Hex AB B9 AA 8 0 8 1B 74 A 46
Octal 253 271 252 10 0 10 33 164 12 106
Binary 10101011 10111001 10101010 1000 0 1000 11011 1110100 1010 1000110

Color Harmonies of #ABB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9AA

Black with #ABB9AA

Text Example


Text Example

White with #ABB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9AA; }

 p { color: rgb(171,185,170); }

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

background-color css

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

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

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

border-color css

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

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

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