#ABB2AD

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

Shades of Loblolly #ABB2AD

Tints of Loblolly #ABB2AD

Color information

#ABB2AD (or 0xABB2AD) is unknown color: approx Loblolly. HEX triplet: AB, B2 and AD. RGB value is (171,178,173). Sum of RGB (Red+Green+Blue) = 171+178+173=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2AD is #544D52. Grayscale: #AFAFAF. Windows color (decimal): -5524819 or 11383467. OLE color: 11383467.

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

Color convert

RGB171178173-
CMYK0.0400.030.30
HSL137.14º4.35%68.43%-
HSV(B)137.14º3.93%69.8%-
XYZ40.2643.5245.81-
YUV175.34126.68124.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=32.76%
G=34.10%
B=33.14%

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
Decimal1711781730.0400.030.30137.144.3568.43
HexABB2AD4031E89444
Octal253262255403362114104
Binary10101011101100101010110110001111110100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2AD; }

 p { color: rgb(171,178,173); }

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

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

 a { background-color: rgb(171,178,173); }

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

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

 span { border-color: rgb(171,178,173); }

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