#A8B9AF

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

Shades of Loblolly #A8B9AF

Tints of Loblolly #A8B9AF

Color information

#A8B9AF (or 0xA8B9AF) is unknown color: approx Loblolly. HEX triplet: A8, B9 and AF. RGB value is (168,185,175). Sum of RGB (Red+Green+Blue) = 168+185+175=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AF is #574650. Grayscale: #B2B2B2. Windows color (decimal): -5719633 or 11516328. OLE color: 11516328.

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

Color convert

RGB168185175-
CMYK0.0900.050.27
HSL144.71º10.83%69.22%-
HSV(B)144.71º9.19%72.55%-
XYZ41.2446.1247.29-
YUV178.78125.87120.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=31.82%
G=35.04%
B=33.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851750.0900.050.27144.7110.8369.22
HexA8B9AF9051B91b45
Octal25027125711053322113105
Binary10101000101110011010111110010101110111001000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9AF; }

 p { color: rgb(168,185,175); }

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

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

 a { background-color: rgb(168,185,175); }

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

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

 span { border-color: rgb(168,185,175); }

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