#A3B7AE

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

Shades of Skeptic #A3B7AE

Tints of Skeptic #A3B7AE

Color information

#A3B7AE (or 0xA3B7AE) is unknown color: approx Skeptic. HEX triplet: A3, B7 and AE. RGB value is (163,183,174). Sum of RGB (Red+Green+Blue) = 163+183+174=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7AE is #5C4851. Grayscale: #B0B0B0. Windows color (decimal): -6047826 or 11450275. OLE color: 11450275.

HSL color Cylindrical-coordinate representation of color #A3B7AE: hue angle of 153º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7AE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB163183174-
CMYK0.1100.050.28
HSL153º12.2%67.84%-
HSV(B)153º10.93%71.76%-
XYZ39.6844.7146.58-
YUV175.99126.87118.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=31.35%
G=35.19%
B=33.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831740.1100.050.2815312.267.84
HexA3B7AEB051C99c44
Octal24326725613053423114104
Binary10100011101101111010111010110101111001001100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7AE; }

 p { color: rgb(163,183,174); }

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

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

 a { background-color: rgb(163,183,174); }

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

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

 span { border-color: rgb(163,183,174); }

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