#A6BDAF

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

Shades of Loblolly #A6BDAF

Tints of Loblolly #A6BDAF

Color information

#A6BDAF (or 0xA6BDAF) is unknown color: approx Loblolly. HEX triplet: A6, BD and AF. RGB value is (166,189,175). Sum of RGB (Red+Green+Blue) = 166+189+175=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDAF is #594250. Grayscale: #B4B4B4. Windows color (decimal): -5849681 or 11517350. OLE color: 11517350.

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

Color convert

RGB166189175-
CMYK0.1200.070.26
HSL143.48º14.84%69.61%-
HSV(B)143.48º12.17%74.12%-
XYZ41.6647.647.55-
YUV180.53124.88117.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=31.32%
G=35.66%
B=33.02%

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
Decimal1661891750.1200.070.26143.4814.8469.61
HexA6BDAFC071A8ff46
Octal24627525714073221717106
Binary10100110101111011010111111000111110101000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDAF; }

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

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

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

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

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

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

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

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