#A7B1AA

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

Shades of Skeptic #A7B1AA

Tints of Skeptic #A7B1AA

Color information

#A7B1AA (or 0xA7B1AA) is unknown color: approx Skeptic. HEX triplet: A7, B1 and AA. RGB value is (167,177,170). Sum of RGB (Red+Green+Blue) = 167+177+170=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B1AA is #584E55. Grayscale: #ADADAD. Windows color (decimal): -5787222 or 11186599. OLE color: 11186599.

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

Color convert

RGB167177170-
CMYK0.0600.040.31
HSL138º6.02%67.45%-
HSV(B)138º5.65%69.41%-
XYZ38.9142.5644.19-
YUV173.21126.19123.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=32.49%
G=34.44%
B=33.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771700.0600.040.311386.0267.45
HexA7B1AA6041F8a643
Octal247261252604372126103
Binary101001111011000110101010110010011111100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B1AA; }

 p { color: rgb(167,177,170); }

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

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

 a { background-color: rgb(167,177,170); }

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

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

 span { border-color: rgb(167,177,170); }

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