#A0B8AF

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

Shades of Skeptic #A0B8AF

Tints of Skeptic #A0B8AF

Color information

#A0B8AF (or 0xA0B8AF) is unknown color: approx Skeptic. HEX triplet: A0, B8 and AF. RGB value is (160,184,175). Sum of RGB (Red+Green+Blue) = 160+184+175=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8AF is #5F4750. Grayscale: #AFAFAF. Windows color (decimal): -6244177 or 11516064. OLE color: 11516064.

HSL color Cylindrical-coordinate representation of color #A0B8AF: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B8AF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB160184175-
CMYK0.1300.050.28
HSL157.5º14.46%67.45%-
HSV(B)157.5º13.04%72.16%-
XYZ39.3844.8547.14-
YUV175.8127.55116.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=30.83%
G=35.45%
B=33.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841750.1300.050.28157.514.4667.45
HexA0B8AFD051C9de43
Octal24027025715053423516103
Binary10100000101110001010111111010101111001001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8AF; }

 p { color: rgb(160,184,175); }

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

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

 a { background-color: rgb(160,184,175); }

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

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

 span { border-color: rgb(160,184,175); }

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