#ABB4AA

Color #ABB4AA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #ABB4AA

Tints of Rainee #ABB4AA

Color information

#ABB4AA (or 0xABB4AA) is unknown color: approx Rainee. HEX triplet: AB, B4 and AA. RGB value is (171,180,170). Sum of RGB (Red+Green+Blue) = 171+180+170=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4AA is #544B55. Grayscale: #B0B0B0. Windows color (decimal): -5524310 or 11187371. OLE color: 11187371.

HSL color Cylindrical-coordinate representation of color #ABB4AA: hue angle of 114º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB4AA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB171180170-
CMYK0.0500.060.29
HSL114º6.25%68.63%-
HSV(B)114º5.56%70.59%-
XYZ40.3744.244.43-
YUV176.17124.52124.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=32.82%
G=34.55%
B=32.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801700.0500.060.291146.2568.63
HexABB4AA5061D72645
Octal253264252506351626105
Binary10101011101101001010101010101101110111100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4AA; }

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

 H1.HeaderClassName
 {
   color: #ABB4AA;
 }
 .AnyTagClassName
 {
   color: #ABB4AA;
 }
</style>
background-color css

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

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

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

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

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

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