#ABBAB1

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

Shades of Loblolly #ABBAB1

Tints of Loblolly #ABBAB1

Color information

#ABBAB1 (or 0xABBAB1) is unknown color: approx Loblolly. HEX triplet: AB, BA and B1. RGB value is (171,186,177). Sum of RGB (Red+Green+Blue) = 171+186+177=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAB1 is #54454E. Grayscale: #B4B4B4. Windows color (decimal): -5522767 or 11647659. OLE color: 11647659.

HSL color Cylindrical-coordinate representation of color #ABBAB1: hue angle of 144º 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 #ABBAB1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB171186177-
CMYK0.0800.050.27
HSL144º9.8%70%-
HSV(B)144º8.06%72.94%-
XYZ42.2946.9548.43-
YUV180.49126.03121.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=32.02%
G=34.83%
B=33.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861770.0800.050.271449.870
HexABBAB18051B90a46
Octal25327226110053322012106
Binary10101011101110101011000110000101110111001000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAB1; }

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

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

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

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

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

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

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

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