#A8AFAB

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

Shades of Skeptic #A8AFAB

Tints of Skeptic #A8AFAB

Color information

#A8AFAB (or 0xA8AFAB) is unknown color: approx Skeptic. HEX triplet: A8, AF and AB. RGB value is (168,175,171). Sum of RGB (Red+Green+Blue) = 168+175+171=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAB is #575054. Grayscale: #ACACAC. Windows color (decimal): -5722197 or 11251624. OLE color: 11251624.

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

Color convert

RGB168175171-
CMYK0.0400.020.31
HSL145.71º4.19%67.25%-
HSV(B)145.71º4%68.63%-
XYZ38.8341.9344.57-
YUV172.45127.18124.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=32.68%
G=34.05%
B=33.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751710.0400.020.31145.714.1967.25
HexA8AFAB4021F92443
Octal250257253402372224103
Binary10101000101011111010101110001011111100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFAB; }

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

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

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

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

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

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

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

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