#A1B5A8

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

Shades of Skeptic #A1B5A8

Tints of Skeptic #A1B5A8

Color information

#A1B5A8 (or 0xA1B5A8) is unknown color: approx Skeptic. HEX triplet: A1, B5 and A8. RGB value is (161,181,168). Sum of RGB (Red+Green+Blue) = 161+181+168=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A8 is #5E4A57. Grayscale: #ADADAD. Windows color (decimal): -6179416 or 11056545. OLE color: 11056545.

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

Color convert

RGB161181168-
CMYK0.1100.070.29
HSL141º11.9%67.06%-
HSV(B)141º11.05%70.98%-
XYZ38.2943.4543.41-
YUV173.54124.87119.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=31.57%
G=35.49%
B=32.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811680.1100.070.2914111.967.06
HexA1B5A8B071D8dc43
Octal24126525013073521514103
Binary10100001101101011010100010110111111011000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B5A8; }

 p { color: rgb(161,181,168); }

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

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

 a { background-color: rgb(161,181,168); }

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

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

 span { border-color: rgb(161,181,168); }

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