#A5B4AB

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

Shades of Skeptic #A5B4AB

Tints of Skeptic #A5B4AB

Color information

#A5B4AB (or 0xA5B4AB) is unknown color: approx Skeptic. HEX triplet: A5, B4 and AB. RGB value is (165,180,171). Sum of RGB (Red+Green+Blue) = 165+180+171=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AB is #5A4B54. Grayscale: #AEAEAE. Windows color (decimal): -5917525 or 11252901. OLE color: 11252901.

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

Color convert

RGB165180171-
CMYK0.0800.050.29
HSL144º9.09%67.65%-
HSV(B)144º8.33%70.59%-
XYZ39.1943.5844.87-
YUV174.49126.03121.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=31.98%
G=34.88%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801710.0800.050.291449.0967.65
HexA5B4AB8051D90944
Octal24526425310053522011104
Binary10100101101101001010101110000101111011001000010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4AB; }

 p { color: rgb(165,180,171); }

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

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

 a { background-color: rgb(165,180,171); }

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

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

 span { border-color: rgb(165,180,171); }

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