#A8AEAB

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

Shades of Skeptic #A8AEAB

Tints of Skeptic #A8AEAB

Color information

#A8AEAB (or 0xA8AEAB) is unknown color: approx Skeptic. HEX triplet: A8, AE and AB. RGB value is (168,174,171). Sum of RGB (Red+Green+Blue) = 168+174+171=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAB is #575154. Grayscale: #ABABAB. Windows color (decimal): -5722453 or 11251368. OLE color: 11251368.

HSL color Cylindrical-coordinate representation of color #A8AEAB: hue angle of 150º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8AEAB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB168174171-
CMYK0.0300.020.32
HSL150º3.57%67.06%-
HSV(B)150º3.45%68.24%-
XYZ38.6441.5444.51-
YUV171.86127.51125.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=32.75%
G=33.92%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741710.0300.020.321503.5767.06
HexA8AEAB3022096443
Octal250256253302402264103
Binary10101000101011101010101111010100000100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEAB; }

 p { color: rgb(168,174,171); }

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

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

 a { background-color: rgb(168,174,171); }

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

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

 span { border-color: rgb(168,174,171); }

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