#A8BAB0

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

Shades of Loblolly #A8BAB0

Tints of Loblolly #A8BAB0

Color information

#A8BAB0 (or 0xA8BAB0) is unknown color: approx Loblolly. HEX triplet: A8, BA and B0. RGB value is (168,186,176). Sum of RGB (Red+Green+Blue) = 168+186+176=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAB0 is #57454F. Grayscale: #B3B3B3. Windows color (decimal): -5719376 or 11582120. OLE color: 11582120.

HSL color Cylindrical-coordinate representation of color #A8BAB0: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAB0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB168186176-
CMYK0.1000.050.27
HSL146.67º11.54%69.41%-
HSV(B)146.67º9.68%72.94%-
XYZ41.5446.5847.88-
YUV179.48126.04119.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=31.70%
G=35.09%
B=33.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861760.1000.050.27146.6711.5469.41
HexA8BAB0A051B93c45
Octal25027226012053322314105
Binary10101000101110101011000010100101110111001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAB0; }

 p { color: rgb(168,186,176); }

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

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

 a { background-color: rgb(168,186,176); }

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

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

 span { border-color: rgb(168,186,176); }

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