#A6BDB0

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

Shades of Loblolly #A6BDB0

Tints of Loblolly #A6BDB0

Color information

#A6BDB0 (or 0xA6BDB0) is unknown color: approx Loblolly. HEX triplet: A6, BD and B0. RGB value is (166,189,176). Sum of RGB (Red+Green+Blue) = 166+189+176=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDB0 is #59424F. Grayscale: #B4B4B4. Windows color (decimal): -5849680 or 11582886. OLE color: 11582886.

HSL color Cylindrical-coordinate representation of color #A6BDB0: hue angle of 146.09º 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 #A6BDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB166189176-
CMYK0.1200.070.26
HSL146.09º14.84%69.61%-
HSV(B)146.09º12.17%74.12%-
XYZ41.7647.6448.07-
YUV180.64125.38117.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=31.26%
G=35.59%
B=33.15%

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
Decimal1661891760.1200.070.26146.0914.8469.61
HexA6BDB0C071A92f46
Octal24627526014073222217106
Binary10100110101111011011000011000111110101001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDB0; }

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

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

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

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

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

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

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

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