#9AB3AA

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

Shades of Skeptic #9AB3AA

Tints of Skeptic #9AB3AA

Color information

#9AB3AA (or 0x9AB3AA) is unknown color: approx Skeptic. HEX triplet: 9A, B3 and AA. RGB value is (154,179,170). Sum of RGB (Red+Green+Blue) = 154+179+170=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB3AA is #654C55. Grayscale: #AAAAAA. Windows color (decimal): -6638678 or 11187098. OLE color: 11187098.

HSL color Cylindrical-coordinate representation of color #9AB3AA: hue angle of 158.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB3AA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB154179170-
CMYK0.1400.050.30
HSL158.4º14.12%65.29%-
HSV(B)158.4º13.97%70.2%-
XYZ36.742.0144.21-
YUV170.5127.72116.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=30.62%
G=35.59%
B=33.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791700.1400.050.30158.414.1265.29
Hex9AB3AAE051E9ee41
Octal23226325216053623616101
Binary10011010101100111010101011100101111101001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB3AA; }

 p { color: rgb(154,179,170); }

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

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

 a { background-color: rgb(154,179,170); }

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

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

 span { border-color: rgb(154,179,170); }

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