#A2B5AD

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

Shades of Skeptic #A2B5AD

Tints of Skeptic #A2B5AD

Color information

#A2B5AD (or 0xA2B5AD) is unknown color: approx Skeptic. HEX triplet: A2, B5 and AD. RGB value is (162,181,173). Sum of RGB (Red+Green+Blue) = 162+181+173=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5AD is #5D4A52. Grayscale: #AEAEAE. Windows color (decimal): -6113875 or 11384226. OLE color: 11384226.

HSL color Cylindrical-coordinate representation of color #A2B5AD: hue angle of 154.74º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5AD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB162181173-
CMYK0.1000.040.29
HSL154.74º11.38%67.25%-
HSV(B)154.74º10.5%70.98%-
XYZ38.9743.7545.93-
YUV174.41127.21119.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=31.40%
G=35.08%
B=33.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811730.1000.040.29154.7411.3867.25
HexA2B5ADA041D9bb43
Octal24226525512043523313103
Binary10100010101101011010110110100100111011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B5AD; }

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

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

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

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

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

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

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

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