#A5BAAE

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

Shades of Skeptic #A5BAAE

Tints of Skeptic #A5BAAE

Color information

#A5BAAE (or 0xA5BAAE) is unknown color: approx Skeptic. HEX triplet: A5, BA and AE. RGB value is (165,186,174). Sum of RGB (Red+Green+Blue) = 165+186+174=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAE is #5A4551. Grayscale: #B2B2B2. Windows color (decimal): -5915986 or 11451045. OLE color: 11451045.

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

Color convert

RGB165186174-
CMYK0.1100.060.27
HSL145.71º13.21%68.82%-
HSV(B)145.71º11.29%72.94%-
XYZ40.7246.1746.81-
YUV178.35125.54118.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=31.43%
G=35.43%
B=33.14%

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
Decimal1651861740.1100.060.27145.7113.2168.82
HexA5BAAEB061B92d45
Octal24527225613063322215105
Binary10100101101110101010111010110110110111001001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAE; }

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

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

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

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

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

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

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

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