#ACB7B1

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

Shades of Loblolly #ACB7B1

Tints of Loblolly #ACB7B1

Color information

#ACB7B1 (or 0xACB7B1) is unknown color: approx Loblolly. HEX triplet: AC, B7 and B1. RGB value is (172,183,177). Sum of RGB (Red+Green+Blue) = 172+183+177=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7B1 is #53484E. Grayscale: #B3B3B3. Windows color (decimal): -5457999 or 11646892. OLE color: 11646892.

HSL color Cylindrical-coordinate representation of color #ACB7B1: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB7B1 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB172183177-
CMYK0.0600.030.28
HSL147.27º7.1%69.61%-
HSV(B)147.27º6.01%71.76%-
XYZ41.8845.8148.23-
YUV179.03126.86122.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=32.33%
G=34.40%
B=33.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831770.0600.030.28147.277.169.61
HexACB7B16031C93746
Octal254267261603342237106
Binary10101100101101111011000111001111100100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7B1; }

 p { color: rgb(172,183,177); }

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

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

 a { background-color: rgb(172,183,177); }

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

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

 span { border-color: rgb(172,183,177); }

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