#A5B9AC

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

Shades of Skeptic #A5B9AC

Tints of Skeptic #A5B9AC

Color information

#A5B9AC (or 0xA5B9AC) is unknown color: approx Skeptic. HEX triplet: A5, B9 and AC. RGB value is (165,185,172). Sum of RGB (Red+Green+Blue) = 165+185+172=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AC is #5A4653. Grayscale: #B1B1B1. Windows color (decimal): -5916244 or 11319717. OLE color: 11319717.

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

Color convert

RGB165185172-
CMYK0.1100.070.27
HSL141º12.5%68.63%-
HSV(B)141º10.81%72.55%-
XYZ40.3145.6845.72-
YUV177.54124.87119.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=31.61%
G=35.44%
B=32.95%

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
Decimal1651851720.1100.070.2714112.568.63
HexA5B9ACB071B8dc45
Octal24527125413073321514105
Binary10100101101110011010110010110111110111000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9AC; }

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

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

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

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

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

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

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

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