#A6C0B1

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

Shades of Loblolly #A6C0B1

Tints of Loblolly #A6C0B1

Color information

#A6C0B1 (or 0xA6C0B1) is unknown color: approx Loblolly. HEX triplet: A6, C0 and B1. RGB value is (166,192,177). Sum of RGB (Red+Green+Blue) = 166+192+177=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0B1 is #593F4E. Grayscale: #B6B6B6. Windows color (decimal): -5848911 or 11649190. OLE color: 11649190.

HSL color Cylindrical-coordinate representation of color #A6C0B1: hue angle of 145.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0B1 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB166192177-
CMYK0.1400.080.25
HSL145.38º17.11%70.2%-
HSV(B)145.38º13.54%75.29%-
XYZ42.5148.9848.81-
YUV182.52124.89116.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=31.03%
G=35.89%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921770.1400.080.25145.3817.1170.2
HexA6C0B1E0819911146
Octal246300261160103122121106
Binary1010011011000000101100011110010001100110010001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0B1; }

 p { color: rgb(166,192,177); }

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

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

 a { background-color: rgb(166,192,177); }

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

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

 span { border-color: rgb(166,192,177); }

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