#A6BCAE

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

Shades of Loblolly #A6BCAE

Tints of Loblolly #A6BCAE

Color information

#A6BCAE (or 0xA6BCAE) is unknown color: approx Loblolly. HEX triplet: A6, BC and AE. RGB value is (166,188,174). Sum of RGB (Red+Green+Blue) = 166+188+174=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAE is #594351. Grayscale: #B3B3B3. Windows color (decimal): -5849938 or 11451558. OLE color: 11451558.

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

Color convert

RGB166188174-
CMYK0.1200.070.26
HSL141.82º14.1%69.41%-
HSV(B)141.82º11.7%73.73%-
XYZ41.3547.1346.96-
YUV179.83124.71118.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=31.44%
G=35.61%
B=32.95%

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
Decimal1661881740.1200.070.26141.8214.169.41
HexA6BCAEC071A8ee45
Octal24627425614073221616105
Binary10100110101111001010111011000111110101000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCAE; }

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

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

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

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

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

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

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

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