#A0B4AD

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

Shades of Skeptic #A0B4AD

Tints of Skeptic #A0B4AD

Color information

#A0B4AD (or 0xA0B4AD) is unknown color: approx Skeptic. HEX triplet: A0, B4 and AD. RGB value is (160,180,173). Sum of RGB (Red+Green+Blue) = 160+180+173=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4AD is #5F4B52. Grayscale: #ADADAD. Windows color (decimal): -6245203 or 11383968. OLE color: 11383968.

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

Color convert

RGB160180173-
CMYK0.1100.040.29
HSL159º11.76%66.67%-
HSV(B)159º11.11%70.59%-
XYZ38.3643.1345.84-
YUV173.22127.87118.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=31.19%
G=35.09%
B=33.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801730.1100.040.2915911.7666.67
HexA0B4ADB041D9fc43
Octal24026425513043523714103
Binary10100000101101001010110110110100111011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4AD; }

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

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

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

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

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

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

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

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