#A0B9AF

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

Shades of Skeptic #A0B9AF

Tints of Skeptic #A0B9AF

Color information

#A0B9AF (or 0xA0B9AF) is unknown color: approx Skeptic. HEX triplet: A0, B9 and AF. RGB value is (160,185,175). Sum of RGB (Red+Green+Blue) = 160+185+175=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B9AF is #5F4650. Grayscale: #B0B0B0. Windows color (decimal): -6243921 or 11516320. OLE color: 11516320.

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

Color convert

RGB160185175-
CMYK0.1400.050.27
HSL156º15.15%67.65%-
HSV(B)156º13.51%72.55%-
XYZ39.5845.2747.21-
YUV176.38127.22116.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=30.77%
G=35.58%
B=33.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851750.1400.050.2715615.1567.65
HexA0B9AFE051B9cf44
Octal24027125716053323417104
Binary10100000101110011010111111100101110111001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B9AF; }

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

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

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

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

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

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

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

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