#A3B5AE

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

Shades of Skeptic #A3B5AE

Tints of Skeptic #A3B5AE

Color information

#A3B5AE (or 0xA3B5AE) is unknown color: approx Skeptic. HEX triplet: A3, B5 and AE. RGB value is (163,181,174). Sum of RGB (Red+Green+Blue) = 163+181+174=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B5AE is #5C4A51. Grayscale: #AEAEAE. Windows color (decimal): -6048338 or 11449763. OLE color: 11449763.

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

Color convert

RGB163181174-
CMYK0.1000.040.29
HSL156.67º10.84%67.45%-
HSV(B)156.67º9.94%70.98%-
XYZ39.2743.8946.45-
YUV174.82127.54119.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=31.47%
G=34.94%
B=33.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811740.1000.040.29156.6710.8467.45
HexA3B5AEA041D9db43
Octal24326525612043523513103
Binary10100011101101011010111010100100111011001110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5AE; }

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

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

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

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

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

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

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

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