#ACB5AF

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

Shades of Loblolly #ACB5AF

Tints of Loblolly #ACB5AF

Color information

#ACB5AF (or 0xACB5AF) is unknown color: approx Loblolly. HEX triplet: AC, B5 and AF. RGB value is (172,181,175). Sum of RGB (Red+Green+Blue) = 172+181+175=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5AF is #534A50. Grayscale: #B1B1B1. Windows color (decimal): -5458513 or 11515308. OLE color: 11515308.

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

Color convert

RGB172181175-
CMYK0.0500.030.29
HSL140º5.73%69.22%-
HSV(B)140º4.97%70.98%-
XYZ41.2744.9147.05-
YUV177.62126.52123.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=32.58%
G=34.28%
B=33.14%

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
Decimal1721811750.0500.030.291405.7369.22
HexACB5AF5031D8c645
Octal254265257503352146105
Binary10101100101101011010111110101111101100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5AF; }

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

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

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

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

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

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

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

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