#A2BCAD

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

Shades of Skeptic #A2BCAD

Tints of Skeptic #A2BCAD

Color information

#A2BCAD (or 0xA2BCAD) is unknown color: approx Skeptic. HEX triplet: A2, BC and AD. RGB value is (162,188,173). Sum of RGB (Red+Green+Blue) = 162+188+173=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAD is #5D4352. Grayscale: #B2B2B2. Windows color (decimal): -6112083 or 11386018. OLE color: 11386018.

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

Color convert

RGB162188173-
CMYK0.1400.080.26
HSL145.38º16.25%68.63%-
HSV(B)145.38º13.83%73.73%-
XYZ40.4346.6646.41-
YUV178.52124.89116.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=30.98%
G=35.95%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881730.1400.080.26145.3816.2568.63
HexA2BCADE081A911045
Octal242274255160103222120105
Binary1010001010111100101011011110010001101010010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCAD; }

 p { color: rgb(162,188,173); }

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

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

 a { background-color: rgb(162,188,173); }

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

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

 span { border-color: rgb(162,188,173); }

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