#AAADAB

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

Shades of Skeptic #AAADAB

Tints of Skeptic #AAADAB

Color information

#AAADAB (or 0xAAADAB) is unknown color: approx Skeptic. HEX triplet: AA, AD and AB. RGB value is (170,173,171). Sum of RGB (Red+Green+Blue) = 170+173+171=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAB is #555254. Grayscale: #ABABAB. Windows color (decimal): -5591637 or 11251114. OLE color: 11251114.

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

Color convert

RGB170173171-
CMYK0.0200.010.32
HSL140º1.8%67.25%-
HSV(B)140º1.73%67.84%-
XYZ38.8741.3744.47-
YUV171.87127.51126.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=33.07%
G=33.66%
B=33.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731710.0200.010.321401.867.25
HexAAADAB201208c243
Octal252255253201402142103
Binary101010101010110110101011100110000010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADAB; }

 p { color: rgb(170,173,171); }

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

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

 a { background-color: rgb(170,173,171); }

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

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

 span { border-color: rgb(170,173,171); }

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