#A4BAAC

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

Shades of Skeptic #A4BAAC

Tints of Skeptic #A4BAAC

Color information

#A4BAAC (or 0xA4BAAC) is unknown color: approx Skeptic. HEX triplet: A4, BA and AC. RGB value is (164,186,172). Sum of RGB (Red+Green+Blue) = 164+186+172=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAAC is #5B4553. Grayscale: #B1B1B1. Windows color (decimal): -5981524 or 11319972. OLE color: 11319972.

HSL color Cylindrical-coordinate representation of color #A4BAAC: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAAC is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB164186172-
CMYK0.1200.080.27
HSL141.82º13.75%68.63%-
HSV(B)141.82º11.83%72.94%-
XYZ40.3245.9945.78-
YUV177.83124.71118.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=31.42%
G=35.63%
B=32.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861720.1200.080.27141.8213.7568.63
HexA4BAACC081B8ee45
Octal244272254140103321616105
Binary101001001011101010101100110001000110111000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAAC; }

 p { color: rgb(164,186,172); }

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

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

 a { background-color: rgb(164,186,172); }

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

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

 span { border-color: rgb(164,186,172); }

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