#A5BAAD

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

Shades of Skeptic #A5BAAD

Tints of Skeptic #A5BAAD

Color information

#A5BAAD (or 0xA5BAAD) is unknown color: approx Skeptic. HEX triplet: A5, BA and AD. RGB value is (165,186,173). Sum of RGB (Red+Green+Blue) = 165+186+173=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAD is #5A4552. Grayscale: #B2B2B2. Windows color (decimal): -5915987 or 11385509. OLE color: 11385509.

HSL color Cylindrical-coordinate representation of color #A5BAAD: hue angle of 142.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5BAAD is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB165186173-
CMYK0.1100.070.27
HSL142.86º13.21%68.82%-
HSV(B)142.86º11.29%72.94%-
XYZ40.6246.1346.3-
YUV178.24125.04118.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=31.49%
G=35.50%
B=33.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861730.1100.070.27142.8613.2168.82
HexA5BAADB071B8fd45
Octal24527225513073321715105
Binary10100101101110101010110110110111110111000111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAD; }

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

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

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

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

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

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

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

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