#A6BCAF

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

Shades of Loblolly #A6BCAF

Tints of Loblolly #A6BCAF

Color information

#A6BCAF (or 0xA6BCAF) is unknown color: approx Loblolly. HEX triplet: A6, BC and AF. RGB value is (166,188,175). Sum of RGB (Red+Green+Blue) = 166+188+175=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAF is #594350. Grayscale: #B3B3B3. Windows color (decimal): -5849937 or 11517094. OLE color: 11517094.

HSL color Cylindrical-coordinate representation of color #A6BCAF: hue angle of 144.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCAF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB166188175-
CMYK0.1200.070.26
HSL144.55º14.1%69.41%-
HSV(B)144.55º11.7%73.73%-
XYZ41.4547.1747.48-
YUV179.94125.21118.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=31.38%
G=35.54%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881750.1200.070.26144.5514.169.41
HexA6BCAFC071A91e45
Octal24627425714073222116105
Binary10100110101111001010111111000111110101001000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCAF; }

 p { color: rgb(166,188,175); }

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

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

 a { background-color: rgb(166,188,175); }

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

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

 span { border-color: rgb(166,188,175); }

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