#A5B9AE

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

Shades of Skeptic #A5B9AE

Tints of Skeptic #A5B9AE

Color information

#A5B9AE (or 0xA5B9AE) is unknown color: approx Skeptic. HEX triplet: A5, B9 and AE. RGB value is (165,185,174). Sum of RGB (Red+Green+Blue) = 165+185+174=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AE is #5A4651. Grayscale: #B1B1B1. Windows color (decimal): -5916242 or 11450789. OLE color: 11450789.

HSL color Cylindrical-coordinate representation of color #A5B9AE: hue angle of 147º degrees, saturation: 0.12, 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 #A5B9AE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB165185174-
CMYK0.1100.060.27
HSL147º12.5%68.63%-
HSV(B)147º10.81%72.55%-
XYZ40.5145.7546.74-
YUV177.77125.87118.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=31.49%
G=35.31%
B=33.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851740.1100.060.2714712.568.63
HexA5B9AEB061B93c45
Octal24527125613063322314105
Binary10100101101110011010111010110110110111001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9AE; }

 p { color: rgb(165,185,174); }

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

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

 a { background-color: rgb(165,185,174); }

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

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

 span { border-color: rgb(165,185,174); }

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