#A4B9AD

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

Shades of Skeptic #A4B9AD

Tints of Skeptic #A4B9AD

Color information

#A4B9AD (or 0xA4B9AD) is unknown color: approx Skeptic. HEX triplet: A4, B9 and AD. RGB value is (164,185,173). Sum of RGB (Red+Green+Blue) = 164+185+173=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9AD is #5B4652. Grayscale: #B1B1B1. Windows color (decimal): -5981779 or 11385252. OLE color: 11385252.

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

Color convert

RGB164185173-
CMYK0.1100.060.27
HSL145.71º13.04%68.43%-
HSV(B)145.71º11.35%72.55%-
XYZ40.245.6146.22-
YUV177.35125.54118.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=31.42%
G=35.44%
B=33.14%

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
Decimal1641851730.1100.060.27145.7113.0468.43
HexA4B9ADB061B92d44
Octal24427125513063322215104
Binary10100100101110011010110110110110110111001001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9AD; }

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

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

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

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

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

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

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

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