#A8C0B1

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

Shades of Loblolly #A8C0B1

Tints of Loblolly #A8C0B1

Color information

#A8C0B1 (or 0xA8C0B1) is unknown color: approx Loblolly. HEX triplet: A8, C0 and B1. RGB value is (168,192,177). Sum of RGB (Red+Green+Blue) = 168+192+177=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0B1 is #573F4E. Grayscale: #B7B7B7. Windows color (decimal): -5717839 or 11649192. OLE color: 11649192.

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

Color convert

RGB168192177-
CMYK0.1200.080.25
HSL142.5º16%70.59%-
HSV(B)142.5º12.5%75.29%-
XYZ42.9349.248.83-
YUV183.11124.55117.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=31.28%
G=35.75%
B=32.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921770.1200.080.25142.51670.59
HexA8C0B1C08198e1047
Octal250300261140103121620107
Binary1010100011000000101100011100010001100110001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C0B1; }

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

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

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

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

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

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

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

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