#A5BCAF

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

Shades of Skeptic #A5BCAF

Tints of Skeptic #A5BCAF

Color information

#A5BCAF (or 0xA5BCAF) is unknown color: approx Skeptic. HEX triplet: A5, BC and AF. RGB value is (165,188,175). Sum of RGB (Red+Green+Blue) = 165+188+175=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAF is #5A4350. Grayscale: #B3B3B3. Windows color (decimal): -5915473 or 11517093. OLE color: 11517093.

HSL color Cylindrical-coordinate representation of color #A5BCAF: hue angle of 146.09º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BCAF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB165188175-
CMYK0.1200.070.26
HSL146.09º14.65%69.22%-
HSV(B)146.09º12.23%73.73%-
XYZ41.2447.0647.47-
YUV179.64125.38117.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=31.25%
G=35.61%
B=33.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881750.1200.070.26146.0914.6569.22
HexA5BCAFC071A92f45
Octal24527425714073222217105
Binary10100101101111001010111111000111110101001001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCAF; }

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

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

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

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

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

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

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

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