#A5B6AC

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

Shades of Skeptic #A5B6AC

Tints of Skeptic #A5B6AC

Color information

#A5B6AC (or 0xA5B6AC) is unknown color: approx Skeptic. HEX triplet: A5, B6 and AC. RGB value is (165,182,172). Sum of RGB (Red+Green+Blue) = 165+182+172=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B6AC is #5A4953. Grayscale: #AFAFAF. Windows color (decimal): -5917012 or 11318949. OLE color: 11318949.

HSL color Cylindrical-coordinate representation of color #A5B6AC: hue angle of 144.71º 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 #A5B6AC is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB165182172-
CMYK0.0900.050.29
HSL144.71º10.43%68.04%-
HSV(B)144.71º9.34%71.37%-
XYZ39.6944.4345.51-
YUV175.78125.87120.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=31.79%
G=35.07%
B=33.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821720.0900.050.29144.7110.4368.04
HexA5B6AC9051D91a44
Octal24526625411053522112104
Binary10100101101101101010110010010101111011001000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6AC; }

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

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

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

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

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

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

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

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