#A5BAAF

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

Shades of Skeptic #A5BAAF

Tints of Skeptic #A5BAAF

Color information

#A5BAAF (or 0xA5BAAF) is unknown color: approx Skeptic. HEX triplet: A5, BA and AF. RGB value is (165,186,175). Sum of RGB (Red+Green+Blue) = 165+186+175=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAF is #5A4550. Grayscale: #B2B2B2. Windows color (decimal): -5915985 or 11516581. OLE color: 11516581.

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

Color convert

RGB165186175-
CMYK0.1100.060.27
HSL148.57º13.21%68.82%-
HSV(B)148.57º11.29%72.94%-
XYZ40.8146.2147.33-
YUV178.47126.04118.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=31.37%
G=35.36%
B=33.27%

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
Decimal1651861750.1100.060.27148.5713.2168.82
HexA5BAAFB061B95d45
Octal24527225713063322515105
Binary10100101101110101010111110110110110111001010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAAF; }

 p { color: rgb(165,186,175); }

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

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

 a { background-color: rgb(165,186,175); }

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

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

 span { border-color: rgb(165,186,175); }

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