#A0B8AE

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

Shades of Skeptic #A0B8AE

Tints of Skeptic #A0B8AE

Color information

#A0B8AE (or 0xA0B8AE) is unknown color: approx Skeptic. HEX triplet: A0, B8 and AE. RGB value is (160,184,174). Sum of RGB (Red+Green+Blue) = 160+184+174=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8AE is #5F4751. Grayscale: #AFAFAF. Windows color (decimal): -6244178 or 11450528. OLE color: 11450528.

HSL color Cylindrical-coordinate representation of color #A0B8AE: hue angle of 155º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B8AE is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB160184174-
CMYK0.1300.050.28
HSL155º14.46%67.45%-
HSV(B)155º13.04%72.16%-
XYZ39.2844.8146.62-
YUV175.68127.05116.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=30.89%
G=35.52%
B=33.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841740.1300.050.2815514.4667.45
HexA0B8AED051C9be43
Octal24027025615053423316103
Binary10100000101110001010111011010101111001001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8AE; }

 p { color: rgb(160,184,174); }

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

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

 a { background-color: rgb(160,184,174); }

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

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

 span { border-color: rgb(160,184,174); }

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