#A5B4AA

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

Shades of Skeptic #A5B4AA

Tints of Skeptic #A5B4AA

Color information

#A5B4AA (or 0xA5B4AA) is unknown color: approx Skeptic. HEX triplet: A5, B4 and AA. RGB value is (165,180,170). Sum of RGB (Red+Green+Blue) = 165+180+170=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AA is #5A4B55. Grayscale: #AEAEAE. Windows color (decimal): -5917526 or 11187365. OLE color: 11187365.

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

Color convert

RGB165180170-
CMYK0.0800.060.29
HSL140º9.09%67.65%-
HSV(B)140º8.33%70.59%-
XYZ39.0943.5444.37-
YUV174.38125.53121.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=32.04%
G=34.95%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801700.0800.060.291409.0967.65
HexA5B4AA8061D8c944
Octal24526425210063521411104
Binary10100101101101001010101010000110111011000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4AA; }

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

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

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

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

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

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

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

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