#A2BAAC

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

Shades of Skeptic #A2BAAC

Tints of Skeptic #A2BAAC

Color information

#A2BAAC (or 0xA2BAAC) is unknown color: approx Skeptic. HEX triplet: A2, BA and AC. RGB value is (162,186,172). Sum of RGB (Red+Green+Blue) = 162+186+172=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAAC is #5D4553. Grayscale: #B1B1B1. Windows color (decimal): -6112596 or 11319970. OLE color: 11319970.

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

Color convert

RGB162186172-
CMYK0.1300.080.27
HSL145º14.81%68.24%-
HSV(B)145º12.9%72.94%-
XYZ39.9145.7845.76-
YUV177.23125.05117.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=31.15%
G=35.77%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861720.1300.080.2714514.8168.24
HexA2BAACD081B91f44
Octal242272254150103322117104
Binary101000101011101010101100110101000110111001000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAAC; }

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

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

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

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

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

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

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

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