#A1B4AE

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

Shades of Skeptic #A1B4AE

Tints of Skeptic #A1B4AE

Color information

#A1B4AE (or 0xA1B4AE) is unknown color: approx Skeptic. HEX triplet: A1, B4 and AE. RGB value is (161,180,174). Sum of RGB (Red+Green+Blue) = 161+180+174=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4AE is #5E4B51. Grayscale: #ADADAD. Windows color (decimal): -6179666 or 11449505. OLE color: 11449505.

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

Color convert

RGB161180174-
CMYK0.1100.030.29
HSL161.05º11.24%66.86%-
HSV(B)161.05º10.56%70.59%-
XYZ38.6643.2846.36-
YUV173.64128.21118.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=31.26%
G=34.95%
B=33.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801740.1100.030.29161.0511.2466.86
HexA1B4AEB031Da1b43
Octal24126425613033524113103
Binary1010000110110100101011101011011111011010000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4AE; }

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

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

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

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

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

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

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

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