#ABB3AE

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

Shades of Loblolly #ABB3AE

Tints of Loblolly #ABB3AE

Color information

#ABB3AE (or 0xABB3AE) is unknown color: approx Loblolly. HEX triplet: AB, B3 and AE. RGB value is (171,179,174). Sum of RGB (Red+Green+Blue) = 171+179+174=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3AE is #544C51. Grayscale: #B0B0B0. Windows color (decimal): -5524562 or 11449259. OLE color: 11449259.

HSL color Cylindrical-coordinate representation of color #ABB3AE: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB3AE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB171179174-
CMYK0.0400.030.30
HSL142.5º5%68.63%-
HSV(B)142.5º4.47%70.2%-
XYZ40.5543.9546.39-
YUV176.04126.85124.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=32.63%
G=34.16%
B=33.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791740.0400.030.30142.5568.63
HexABB3AE4031E8e545
Octal253263256403362165105
Binary10101011101100111010111010001111110100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3AE; }

 p { color: rgb(171,179,174); }

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

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

 a { background-color: rgb(171,179,174); }

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

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

 span { border-color: rgb(171,179,174); }

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