#A0B5AC

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

Shades of Skeptic #A0B5AC

Tints of Skeptic #A0B5AC

Color information

#A0B5AC (or 0xA0B5AC) is unknown color: approx Skeptic. HEX triplet: A0, B5 and AC. RGB value is (160,181,172). Sum of RGB (Red+Green+Blue) = 160+181+172=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B5AC is #5F4A53. Grayscale: #ADADAD. Windows color (decimal): -6244948 or 11318688. OLE color: 11318688.

HSL color Cylindrical-coordinate representation of color #A0B5AC: hue angle of 154.29º 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 #A0B5AC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB160181172-
CMYK0.1200.050.29
HSL154.29º12.43%66.86%-
HSV(B)154.29º11.6%70.98%-
XYZ38.4743.545.4-
YUV173.7127.04118.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=31.19%
G=35.28%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811720.1200.050.29154.2912.4366.86
HexA0B5ACC051D9ac43
Octal24026525414053523214103
Binary10100000101101011010110011000101111011001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B5AC; }

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

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

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

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

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

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

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

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