#A2C0AE

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

Shades of Skeptic #A2C0AE

Tints of Skeptic #A2C0AE

Color information

#A2C0AE (or 0xA2C0AE) is unknown color: approx Skeptic. HEX triplet: A2, C0 and AE. RGB value is (162,192,174). Sum of RGB (Red+Green+Blue) = 162+192+174=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0AE is #5D3F51. Grayscale: #B5B5B5. Windows color (decimal): -6111058 or 11452578. OLE color: 11452578.

HSL color Cylindrical-coordinate representation of color #A2C0AE: hue angle of 144º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0AE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB162192174-
CMYK0.1600.090.25
HSL144º19.23%69.41%-
HSV(B)144º15.62%75.29%-
XYZ41.3948.4447.21-
YUV180.98124.06114.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=30.68%
G=36.36%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921740.1600.090.2514419.2369.41
HexA2C0AE100919901345
Octal242300256200113122023105
Binary10100010110000001010111010000010011100110010000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C0AE; }

 p { color: rgb(162,192,174); }

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

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

 a { background-color: rgb(162,192,174); }

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

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

 span { border-color: rgb(162,192,174); }

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