#A4B1AB

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

Shades of Skeptic #A4B1AB

Tints of Skeptic #A4B1AB

Color information

#A4B1AB (or 0xA4B1AB) is unknown color: approx Skeptic. HEX triplet: A4, B1 and AB. RGB value is (164,177,171). Sum of RGB (Red+Green+Blue) = 164+177+171=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1AB is #5B4E54. Grayscale: #ACACAC. Windows color (decimal): -5983829 or 11252132. OLE color: 11252132.

HSL color Cylindrical-coordinate representation of color #A4B1AB: hue angle of 152.31º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4B1AB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB164177171-
CMYK0.0700.030.31
HSL152.31º7.69%66.86%-
HSV(B)152.31º7.34%69.41%-
XYZ38.3842.2844.67-
YUV172.43127.19121.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=32.03%
G=34.57%
B=33.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771710.0700.030.31152.317.6966.86
HexA4B1AB7031F98843
Octal2442612537033723010103
Binary101001001011000110101011111011111111001100010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1AB; }

 p { color: rgb(164,177,171); }

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

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

 a { background-color: rgb(164,177,171); }

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

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

 span { border-color: rgb(164,177,171); }

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