#A6BFB0

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

Shades of Loblolly #A6BFB0

Tints of Loblolly #A6BFB0

Color information

#A6BFB0 (or 0xA6BFB0) is unknown color: approx Loblolly. HEX triplet: A6, BF and B0. RGB value is (166,191,176). Sum of RGB (Red+Green+Blue) = 166+191+176=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFB0 is #59404F. Grayscale: #B5B5B5. Windows color (decimal): -5849168 or 11583398. OLE color: 11583398.

HSL color Cylindrical-coordinate representation of color #A6BFB0: hue angle of 144º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB166191176-
CMYK0.1300.080.25
HSL144º16.34%70%-
HSV(B)144º13.09%74.9%-
XYZ42.1948.548.21-
YUV181.81124.72116.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=31.14%
G=35.83%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911760.1300.080.2514416.3470
HexA6BFB0D0819901046
Octal246277260150103122020106
Binary1010011010111111101100001101010001100110010000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFB0; }

 p { color: rgb(166,191,176); }

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

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

 a { background-color: rgb(166,191,176); }

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

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

 span { border-color: rgb(166,191,176); }

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