#A0B9AD

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

Shades of Skeptic #A0B9AD

Tints of Skeptic #A0B9AD

Color information

#A0B9AD (or 0xA0B9AD) is unknown color: approx Skeptic. HEX triplet: A0, B9 and AD. RGB value is (160,185,173). Sum of RGB (Red+Green+Blue) = 160+185+173=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B9AD is #5F4652. Grayscale: #B0B0B0. Windows color (decimal): -6243923 or 11385248. OLE color: 11385248.

HSL color Cylindrical-coordinate representation of color #A0B9AD: hue angle of 151.2º 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 #A0B9AD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB160185173-
CMYK0.1400.060.27
HSL151.2º15.15%67.65%-
HSV(B)151.2º13.51%72.55%-
XYZ39.3945.1946.18-
YUV176.16126.22116.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=30.89%
G=35.71%
B=33.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851730.1400.060.27151.215.1567.65
HexA0B9ADE061B97f44
Octal24027125516063322717104
Binary10100000101110011010110111100110110111001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B9AD; }

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

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

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

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

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

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

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

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