#A8BEB0

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

Shades of Loblolly #A8BEB0

Tints of Loblolly #A8BEB0

Color information

#A8BEB0 (or 0xA8BEB0) is unknown color: approx Loblolly. HEX triplet: A8, BE and B0. RGB value is (168,190,176). Sum of RGB (Red+Green+Blue) = 168+190+176=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEB0 is #57414F. Grayscale: #B5B5B5. Windows color (decimal): -5718352 or 11583144. OLE color: 11583144.

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

Color convert

RGB168190176-
CMYK0.1200.070.25
HSL141.82º14.47%70.2%-
HSV(B)141.82º11.58%74.51%-
XYZ42.448.2948.16-
YUV181.83124.71118.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=31.46%
G=35.58%
B=32.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901760.1200.070.25141.8214.4770.2
HexA8BEB0C07198ee46
Octal25027626014073121616106
Binary10101000101111101011000011000111110011000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEB0; }

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

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

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

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

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

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

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

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