#ABBAB0

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

Shades of Loblolly #ABBAB0

Tints of Loblolly #ABBAB0

Color information

#ABBAB0 (or 0xABBAB0) is unknown color: approx Loblolly. HEX triplet: AB, BA and B0. RGB value is (171,186,176). Sum of RGB (Red+Green+Blue) = 171+186+176=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAB0 is #54454F. Grayscale: #B4B4B4. Windows color (decimal): -5522768 or 11582123. OLE color: 11582123.

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

Color convert

RGB171186176-
CMYK0.0800.050.27
HSL140º9.8%70%-
HSV(B)140º8.06%72.94%-
XYZ42.1946.9147.91-
YUV180.37125.53121.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=32.08%
G=34.90%
B=33.02%

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
Decimal1711861760.0800.050.271409.870
HexABBAB08051B8ca46
Octal25327226010053321412106
Binary10101011101110101011000010000101110111000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAB0; }

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

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

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

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

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

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

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

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