#A4B8AF

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

Shades of Skeptic #A4B8AF

Tints of Skeptic #A4B8AF

Color information

#A4B8AF (or 0xA4B8AF) is unknown color: approx Skeptic. HEX triplet: A4, B8 and AF. RGB value is (164,184,175). Sum of RGB (Red+Green+Blue) = 164+184+175=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8AF is #5B4750. Grayscale: #B1B1B1. Windows color (decimal): -5982033 or 11516068. OLE color: 11516068.

HSL color Cylindrical-coordinate representation of color #A4B8AF: hue angle of 153º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B8AF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB164184175-
CMYK0.1100.050.28
HSL153º12.35%68.24%-
HSV(B)153º10.87%72.16%-
XYZ40.1945.2747.18-
YUV176.99126.87118.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=31.36%
G=35.18%
B=33.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841750.1100.050.2815312.3568.24
HexA4B8AFB051C99c44
Octal24427025713053423114104
Binary10100100101110001010111110110101111001001100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B8AF; }

 p { color: rgb(164,184,175); }

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

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

 a { background-color: rgb(164,184,175); }

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

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

 span { border-color: rgb(164,184,175); }

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