#A6BAAD

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

Shades of Loblolly #A6BAAD

Tints of Loblolly #A6BAAD

Color information

#A6BAAD (or 0xA6BAAD) is unknown color: approx Loblolly. HEX triplet: A6, BA and AD. RGB value is (166,186,173). Sum of RGB (Red+Green+Blue) = 166+186+173=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAD is #594552. Grayscale: #B2B2B2. Windows color (decimal): -5850451 or 11385510. OLE color: 11385510.

HSL color Cylindrical-coordinate representation of color #A6BAAD: hue angle of 141º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BAAD is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB166186173-
CMYK0.1100.070.27
HSL141º12.66%69.02%-
HSV(B)141º10.75%72.94%-
XYZ40.8346.2446.31-
YUV178.54124.87119.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=31.62%
G=35.43%
B=32.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861730.1100.070.2714112.6669.02
HexA6BAADB071B8dd45
Octal24627225513073321515105
Binary10100110101110101010110110110111110111000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAAD; }

 p { color: rgb(166,186,173); }

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

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

 a { background-color: rgb(166,186,173); }

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

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

 span { border-color: rgb(166,186,173); }

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