#A2C2AF

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

Shades of Skeptic #A2C2AF

Tints of Skeptic #A2C2AF

Color information

#A2C2AF (or 0xA2C2AF) is unknown color: approx Skeptic. HEX triplet: A2, C2 and AF. RGB value is (162,194,175). Sum of RGB (Red+Green+Blue) = 162+194+175=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AF is #5D3D50. Grayscale: #B6B6B6. Windows color (decimal): -6110545 or 11518626. OLE color: 11518626.

HSL color Cylindrical-coordinate representation of color #A2C2AF: hue angle of 144.37º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C2AF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB162194175-
CMYK0.1600.100.24
HSL144.37º20.78%69.8%-
HSV(B)144.37º16.49%76.08%-
XYZ41.9349.3647.87-
YUV182.27123.9113.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=30.51%
G=36.53%
B=32.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941750.1600.100.24144.3720.7869.8
HexA2C2AF100A18901546
Octal242302257200123022025106
Binary10100010110000101010111110000010101100010010000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2AF; }

 p { color: rgb(162,194,175); }

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

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

 a { background-color: rgb(162,194,175); }

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

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

 span { border-color: rgb(162,194,175); }

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