#A8B0AF

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

Shades of Conch #A8B0AF

Tints of Conch #A8B0AF

Color information

#A8B0AF (or 0xA8B0AF) is unknown color: approx Conch. HEX triplet: A8, B0 and AF. RGB value is (168,176,175). Sum of RGB (Red+Green+Blue) = 168+176+175=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B0AF is #574F50. Grayscale: #ADADAD. Windows color (decimal): -5721937 or 11514024. OLE color: 11514024.

HSL color Cylindrical-coordinate representation of color #A8B0AF: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8B0AF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB168176175-
CMYK0.0500.010.31
HSL172.5º4.82%67.45%-
HSV(B)172.5º4.55%69.02%-
XYZ39.4142.4746.68-
YUV173.49128.85124.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=32.37%
G=33.91%
B=33.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761750.0500.010.31172.54.8267.45
HexA8B0AF5011Fac543
Octal250260257501372545103
Binary1010100010110000101011111010111111101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0AF; }

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

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

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

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

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

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

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

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