#A5B6AE

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

Shades of Skeptic #A5B6AE

Tints of Skeptic #A5B6AE

Color information

#A5B6AE (or 0xA5B6AE) is unknown color: approx Skeptic. HEX triplet: A5, B6 and AE. RGB value is (165,182,174). Sum of RGB (Red+Green+Blue) = 165+182+174=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B6AE is #5A4951. Grayscale: #B0B0B0. Windows color (decimal): -5917010 or 11450021. OLE color: 11450021.

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

Color convert

RGB165182174-
CMYK0.0900.040.29
HSL151.76º10.43%68.04%-
HSV(B)151.76º9.34%71.37%-
XYZ39.8844.5146.53-
YUV176126.87120.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=31.67%
G=34.93%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821740.0900.040.29151.7610.4368.04
HexA5B6AE9041D98a44
Octal24526625611043523012104
Binary10100101101101101010111010010100111011001100010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6AE; }

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

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

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

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

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

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

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

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