#A2B5A9

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

Shades of Skeptic #A2B5A9

Tints of Skeptic #A2B5A9

Color information

#A2B5A9 (or 0xA2B5A9) is unknown color: approx Skeptic. HEX triplet: A2, B5 and A9. RGB value is (162,181,169). Sum of RGB (Red+Green+Blue) = 162+181+169=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5A9 is #5D4A56. Grayscale: #ADADAD. Windows color (decimal): -6113879 or 11122082. OLE color: 11122082.

HSL color Cylindrical-coordinate representation of color #A2B5A9: hue angle of 142.11º 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 #A2B5A9 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB162181169-
CMYK0.1000.070.29
HSL142.11º11.38%67.25%-
HSV(B)142.11º10.5%70.98%-
XYZ38.5943.5943.92-
YUV173.95125.21119.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=31.64%
G=35.35%
B=33.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811690.1000.070.29142.1111.3867.25
HexA2B5A9A071D8eb43
Octal24226525112073521613103
Binary10100010101101011010100110100111111011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B5A9; }

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

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

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

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

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

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

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

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