#A4B9AF

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

Shades of Skeptic #A4B9AF

Tints of Skeptic #A4B9AF

Color information

#A4B9AF (or 0xA4B9AF) is unknown color: approx Skeptic. HEX triplet: A4, B9 and AF. RGB value is (164,185,175). Sum of RGB (Red+Green+Blue) = 164+185+175=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9AF is #5B4650. Grayscale: #B1B1B1. Windows color (decimal): -5981777 or 11516324. OLE color: 11516324.

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

Color convert

RGB164185175-
CMYK0.1100.050.27
HSL151.43º13.04%68.43%-
HSV(B)151.43º11.35%72.55%-
XYZ40.445.6947.25-
YUV177.58126.54118.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=31.30%
G=35.31%
B=33.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851750.1100.050.27151.4313.0468.43
HexA4B9AFB051B97d44
Octal24427125713053322715104
Binary10100100101110011010111110110101110111001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9AF; }

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

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

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

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

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

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

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

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