#ACB5B0

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

Shades of Loblolly #ACB5B0

Tints of Loblolly #ACB5B0

Color information

#ACB5B0 (or 0xACB5B0) is unknown color: approx Loblolly. HEX triplet: AC, B5 and B0. RGB value is (172,181,176). Sum of RGB (Red+Green+Blue) = 172+181+176=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5B0 is #534A4F. Grayscale: #B1B1B1. Windows color (decimal): -5458512 or 11580844. OLE color: 11580844.

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

Color convert

RGB172181176-
CMYK0.0500.030.29
HSL146.67º5.73%69.22%-
HSV(B)146.67º4.97%70.98%-
XYZ41.3744.9547.57-
YUV177.74127.02123.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=32.51%
G=34.22%
B=33.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811760.0500.030.29146.675.7369.22
HexACB5B05031D93645
Octal254265260503352236105
Binary10101100101101011011000010101111101100100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5B0; }

 p { color: rgb(172,181,176); }

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

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

 a { background-color: rgb(172,181,176); }

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

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

 span { border-color: rgb(172,181,176); }

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