#A7B4AC

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

Shades of Skeptic #A7B4AC

Tints of Skeptic #A7B4AC

Color information

#A7B4AC (or 0xA7B4AC) is unknown color: approx Skeptic. HEX triplet: A7, B4 and AC. RGB value is (167,180,172). Sum of RGB (Red+Green+Blue) = 167+180+172=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B4AC is #584B53. Grayscale: #AFAFAF. Windows color (decimal): -5786452 or 11318439. OLE color: 11318439.

HSL color Cylindrical-coordinate representation of color #A7B4AC: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B4AC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB167180172-
CMYK0.0700.040.29
HSL143.08º7.98%68.04%-
HSV(B)143.08º7.22%70.59%-
XYZ39.743.8445.4-
YUV175.2126.19122.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=32.18%
G=34.68%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801720.0700.040.29143.087.9868.04
HexA7B4AC7041D8f844
Octal2472642547043521710104
Binary1010011110110100101011001110100111011000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B4AC; }

 p { color: rgb(167,180,172); }

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

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

 a { background-color: rgb(167,180,172); }

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

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

 span { border-color: rgb(167,180,172); }

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