#A6BAAE

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

Shades of Loblolly #A6BAAE

Tints of Loblolly #A6BAAE

Color information

#A6BAAE (or 0xA6BAAE) is unknown color: approx Loblolly. HEX triplet: A6, BA and AE. RGB value is (166,186,174). Sum of RGB (Red+Green+Blue) = 166+186+174=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAE is #594551. Grayscale: #B2B2B2. Windows color (decimal): -5850450 or 11451046. OLE color: 11451046.

HSL color Cylindrical-coordinate representation of color #A6BAAE: hue angle of 144º 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 #A6BAAE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB166186174-
CMYK0.1100.060.27
HSL144º12.66%69.02%-
HSV(B)144º10.75%72.94%-
XYZ40.9246.2846.82-
YUV178.65125.37118.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=31.56%
G=35.36%
B=33.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861740.1100.060.2714412.6669.02
HexA6BAAEB061B90d45
Octal24627225613063322015105
Binary10100110101110101010111010110110110111001000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAAE; }

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

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

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

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

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

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

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

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