#A3B4AE

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

Shades of Skeptic #A3B4AE

Tints of Skeptic #A3B4AE

Color information

#A3B4AE (or 0xA3B4AE) is unknown color: approx Skeptic. HEX triplet: A3, B4 and AE. RGB value is (163,180,174). Sum of RGB (Red+Green+Blue) = 163+180+174=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4AE is #5C4B51. Grayscale: #AEAEAE. Windows color (decimal): -6048594 or 11449507. OLE color: 11449507.

HSL color Cylindrical-coordinate representation of color #A3B4AE: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4AE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB163180174-
CMYK0.0900.030.29
HSL158.82º10.18%67.25%-
HSV(B)158.82º9.44%70.59%-
XYZ39.0743.4946.38-
YUV174.23127.87119.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=31.53%
G=34.82%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801740.0900.030.29158.8210.1867.25
HexA3B4AE9031D9fa43
Octal24326425611033523712103
Binary1010001110110100101011101001011111011001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4AE; }

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

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

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

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

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

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

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

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