#A8AEAA

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

Shades of Skeptic #A8AEAA

Tints of Skeptic #A8AEAA

Color information

#A8AEAA (or 0xA8AEAA) is unknown color: approx Skeptic. HEX triplet: A8, AE and AA. RGB value is (168,174,170). Sum of RGB (Red+Green+Blue) = 168+174+170=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAA is #575155. Grayscale: #ABABAB. Windows color (decimal): -5722454 or 11185832. OLE color: 11185832.

HSL color Cylindrical-coordinate representation of color #A8AEAA: hue angle of 140º 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 #A8AEAA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB168174170-
CMYK0.0300.020.32
HSL140º3.57%67.06%-
HSV(B)140º3.45%68.24%-
XYZ38.5441.544.01-
YUV171.75127.01125.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=32.81%
G=33.98%
B=33.20%

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
Decimal1681741700.0300.020.321403.5767.06
HexA8AEAA302208c443
Octal250256252302402144103
Binary10101000101011101010101011010100000100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEAA; }

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

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

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

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

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

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

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

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