#A5B9AD

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

Shades of Skeptic #A5B9AD

Tints of Skeptic #A5B9AD

Color information

#A5B9AD (or 0xA5B9AD) is unknown color: approx Skeptic. HEX triplet: A5, B9 and AD. RGB value is (165,185,173). Sum of RGB (Red+Green+Blue) = 165+185+173=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AD is #5A4652. Grayscale: #B1B1B1. Windows color (decimal): -5916243 or 11385253. OLE color: 11385253.

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

Color convert

RGB165185173-
CMYK0.1100.060.27
HSL144º12.5%68.63%-
HSV(B)144º10.81%72.55%-
XYZ40.4145.7146.23-
YUV177.65125.37118.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=31.55%
G=35.37%
B=33.08%

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
Decimal1651851730.1100.060.2714412.568.63
HexA5B9ADB061B90c45
Octal24527125513063322014105
Binary10100101101110011010110110110110110111001000011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9AD; }

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

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

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

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

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

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

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

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