#A3B3AA

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

Shades of Skeptic #A3B3AA

Tints of Skeptic #A3B3AA

Color information

#A3B3AA (or 0xA3B3AA) is unknown color: approx Skeptic. HEX triplet: A3, B3 and AA. RGB value is (163,179,170). Sum of RGB (Red+Green+Blue) = 163+179+170=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3AA is #5C4C55. Grayscale: #ADADAD. Windows color (decimal): -6048854 or 11187107. OLE color: 11187107.

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

Color convert

RGB163179170-
CMYK0.0900.050.30
HSL146.25º9.52%67.06%-
HSV(B)146.25º8.94%70.2%-
XYZ38.4842.9344.29-
YUV173.19126.2120.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=31.84%
G=34.96%
B=33.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791700.0900.050.30146.259.5267.06
HexA3B3AA9051E92a43
Octal24326325211053622212103
Binary10100011101100111010101010010101111101001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3AA; }

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

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

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

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

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

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

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

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