#A5B3AD

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

Shades of Skeptic #A5B3AD

Tints of Skeptic #A5B3AD

Color information

#A5B3AD (or 0xA5B3AD) is unknown color: approx Skeptic. HEX triplet: A5, B3 and AD. RGB value is (165,179,173). Sum of RGB (Red+Green+Blue) = 165+179+173=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3AD is #5A4C52. Grayscale: #AEAEAE. Windows color (decimal): -5917779 or 11383717. OLE color: 11383717.

HSL color Cylindrical-coordinate representation of color #A5B3AD: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B3AD is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB165179173-
CMYK0.0800.030.30
HSL154.29º8.43%67.45%-
HSV(B)154.29º7.82%70.2%-
XYZ39.1843.2645.82-
YUV174.13127.36121.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=31.91%
G=34.62%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791730.0800.030.30154.298.4367.45
HexA5B3AD8031E9a843
Octal24526325510033623210103
Binary1010010110110011101011011000011111101001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3AD; }

 p { color: rgb(165,179,173); }

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

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

 a { background-color: rgb(165,179,173); }

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

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

 span { border-color: rgb(165,179,173); }

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