#A1B4A9

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

Shades of Skeptic #A1B4A9

Tints of Skeptic #A1B4A9

Color information

#A1B4A9 (or 0xA1B4A9) is unknown color: approx Skeptic. HEX triplet: A1, B4 and A9. RGB value is (161,180,169). Sum of RGB (Red+Green+Blue) = 161+180+169=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4A9 is #5E4B56. Grayscale: #ADADAD. Windows color (decimal): -6179671 or 11121825. OLE color: 11121825.

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

Color convert

RGB161180169-
CMYK0.1100.060.29
HSL145.26º11.24%66.86%-
HSV(B)145.26º10.56%70.59%-
XYZ38.1843.0843.84-
YUV173.06125.71119.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=31.57%
G=35.29%
B=33.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801690.1100.060.29145.2611.2466.86
HexA1B4A9B061D91b43
Octal24126425113063522113103
Binary10100001101101001010100110110110111011001000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4A9; }

 p { color: rgb(161,180,169); }

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

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

 a { background-color: rgb(161,180,169); }

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

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

 span { border-color: rgb(161,180,169); }

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