#A3B8AE

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

Shades of Skeptic #A3B8AE

Tints of Skeptic #A3B8AE

Color information

#A3B8AE (or 0xA3B8AE) is unknown color: approx Skeptic. HEX triplet: A3, B8 and AE. RGB value is (163,184,174). Sum of RGB (Red+Green+Blue) = 163+184+174=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8AE is #5C4751. Grayscale: #B0B0B0. Windows color (decimal): -6047570 or 11450531. OLE color: 11450531.

HSL color Cylindrical-coordinate representation of color #A3B8AE: hue angle of 151.43º degrees, saturation: 0.13, 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 #A3B8AE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB163184174-
CMYK0.1100.050.28
HSL151.43º12.88%68.04%-
HSV(B)151.43º11.41%72.16%-
XYZ39.8845.1246.65-
YUV176.58126.54118.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=31.29%
G=35.32%
B=33.40%

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
Decimal1631841740.1100.050.28151.4312.8868.04
HexA3B8AEB051C97d44
Octal24327025613053422715104
Binary10100011101110001010111010110101111001001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8AE; }

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

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

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

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

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

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

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

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