#A1B4A8

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

Shades of Skeptic #A1B4A8

Tints of Skeptic #A1B4A8

Color information

#A1B4A8 (or 0xA1B4A8) is unknown color: approx Skeptic. HEX triplet: A1, B4 and A8. RGB value is (161,180,168). Sum of RGB (Red+Green+Blue) = 161+180+168=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4A8 is #5E4B57. Grayscale: #ACACAC. Windows color (decimal): -6179672 or 11056289. OLE color: 11056289.

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

Color convert

RGB161180168-
CMYK0.1100.070.29
HSL142.11º11.24%66.86%-
HSV(B)142.11º10.56%70.59%-
XYZ38.0943.0543.35-
YUV172.95125.21119.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=31.63%
G=35.36%
B=33.01%

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
Decimal1611801680.1100.070.29142.1111.2466.86
HexA1B4A8B071D8eb43
Octal24126425013073521613103
Binary10100001101101001010100010110111111011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4A8; }

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

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

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

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

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

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

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

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