#A0B8AD

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

Shades of Skeptic #A0B8AD

Tints of Skeptic #A0B8AD

Color information

#A0B8AD (or 0xA0B8AD) is unknown color: approx Skeptic. HEX triplet: A0, B8 and AD. RGB value is (160,184,173). Sum of RGB (Red+Green+Blue) = 160+184+173=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8AD is #5F4752. Grayscale: #AFAFAF. Windows color (decimal): -6244179 or 11384992. OLE color: 11384992.

HSL color Cylindrical-coordinate representation of color #A0B8AD: hue angle of 152.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 #A0B8AD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB160184173-
CMYK0.1300.060.28
HSL152.5º14.46%67.45%-
HSV(B)152.5º13.04%72.16%-
XYZ39.1844.7746.11-
YUV175.57126.55116.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=30.95%
G=35.59%
B=33.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841730.1300.060.28152.514.4667.45
HexA0B8ADD061C98e43
Octal24027025515063423016103
Binary10100000101110001010110111010110111001001100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8AD; }

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

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

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

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

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

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

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

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