#A0BDAB

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

Shades of Skeptic #A0BDAB

Tints of Skeptic #A0BDAB

Color information

#A0BDAB (or 0xA0BDAB) is unknown color: approx Skeptic. HEX triplet: A0, BD and AB. RGB value is (160,189,171). Sum of RGB (Red+Green+Blue) = 160+189+171=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDAB is #5F4254. Grayscale: #B2B2B2. Windows color (decimal): -6242901 or 11255200. OLE color: 11255200.

HSL color Cylindrical-coordinate representation of color #A0BDAB: hue angle of 142.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDAB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB160189171-
CMYK0.1500.100.26
HSL142.76º18.01%68.43%-
HSV(B)142.76º15.34%74.12%-
XYZ40.0546.8145.45-
YUV178.28123.89114.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=30.77%
G=36.35%
B=32.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891710.1500.100.26142.7618.0168.43
HexA0BDABF0A1A8f1244
Octal240275253170123221722104
Binary1010000010111101101010111111010101101010001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDAB; }

 p { color: rgb(160,189,171); }

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

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

 a { background-color: rgb(160,189,171); }

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

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

 span { border-color: rgb(160,189,171); }

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