#A0B5AD

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

Shades of Skeptic #A0B5AD

Tints of Skeptic #A0B5AD

Color information

#A0B5AD (or 0xA0B5AD) is unknown color: approx Skeptic. HEX triplet: A0, B5 and AD. RGB value is (160,181,173). Sum of RGB (Red+Green+Blue) = 160+181+173=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B5AD is #5F4A52. Grayscale: #ADADAD. Windows color (decimal): -6244947 or 11384224. OLE color: 11384224.

HSL color Cylindrical-coordinate representation of color #A0B5AD: hue angle of 157.14º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B5AD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB160181173-
CMYK0.1200.040.29
HSL157.14º12.43%66.86%-
HSV(B)157.14º11.6%70.98%-
XYZ38.5643.5445.91-
YUV173.81127.54118.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=31.13%
G=35.21%
B=33.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811730.1200.040.29157.1412.4366.86
HexA0B5ADC041D9dc43
Octal24026525514043523514103
Binary10100000101101011010110111000100111011001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B5AD; }

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

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

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

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

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

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

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

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